I\'m trying to write a function that plots a ggplot facet_wrap plot over multiple pages. It\'s just a hack, as this feature seems to be on the ggplot2 feature t
facet_wrap
I think the problem is that you need print() around your last line (p+ ...) to get it to actually print to the device inside the for loop . . .