# NOT RUN {
library(ggplot2)
library(see)
p1 <- ggplot(iris, aes(x=Petal.Length, y=Sepal.Width)) + geom_point()
p2 <- ggplot(iris, aes(x=Petal.Length)) + geom_density()
plots(p1, p2)
plots(p1, p2, ncol=2, tags=TRUE)
plots(p1, p2, ncol=2, tags=c("Fig. 1", "Fig. 2"))
# }
Run the code above in your browser using DataLab