I have a simple question. When we would like to remove the first blank page for an individual plot, we set
pdf("abc.pdf", onefile=FALSE)
However, when we are plotting using lapply
, setting onefile=FALSE
will only print the last plot.
I wonder how we solve this? Thanks!