# NOT RUN {
library(ggplot2)
library(metan)
p1 <- ggplot(mtcars, aes(wt, mpg)) +
geom_point()
p2 <- ggplot(mpg, aes(class, hwy)) +
geom_boxplot()
arrange_ggplot(p1, p2)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab