Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


eoffice (version 0.2.2)

convertplot: convert basic plot to ggplot object

Description

convert basic plot to ggplot object

Usage

convertplot(exp)

Value

ggplot object

Arguments

exp

expression formula of basic plot

Author

Kai Guo

Examples

Run this code
# \donttest{
p <- convertplot(plot(1:10))
class(p)
print(p)
# }

Run the code above in your browser using DataLab