print.ggplot_list: Draw a several plots successively on current graphics device

Description Usage Arguments

View source: R/helpers.R

Description

When plotting several plots on an interactive device, the user is given the chance to examine each successive plot and has to press enter to see the next one. When plotting to a file, all plots are produced in sequence, without user interaction. This results in several pages in a PDF file. For image files (JPEG, PNG, etc.) the file name has to contain a numeric placeholder to produce several files instead of overwritting them (e.g. "Rplot

Usage

1
2
3
4
5
## S3 method for class 'ggplot_list'
print(x, ...)

## S3 method for class 'ggplot_list'
plot(x, ...)

Arguments

x

list of ggplots to display

...

other arguments not used by this method


jiho/autoplot documentation built on May 19, 2019, 9:29 a.m.