as.ggplot {ggplotify}R Documentation

as.ggplot

Description

convert plot to ggplot object

Usage

as.ggplot(plot)

Arguments

plot

base or grid plot, or graphic generated by ggplot, lattice, etc.

Value

ggplot object

Author(s)

Guangchuang Yu

Examples

as.ggplot(~barplot(1:10))

[Package ggplotify version 0.0.2 Index]