Skip to contents

capture the output of printing an object, split this output into blocks of equal size (row per page) and print these blocks as plots using hsPrintToPlot

Usage

pageAndPlot(data, rpp = 60, to.pdf = TRUE, ...)

Arguments

data

data frame to plot to pdf

rpp

rows per page

to.pdf

if TRUE (default) the output goes into a temporary PDF file, otherwise to the standard plot device

...

arguments to be passed to hsPrintToPlot, e.g. main, cex