a named list containing lpp (lines per page) and cpp (characters per page)
elements suitable for use by the pagination machinery.
Arguments
page_type
character(1). Name of a page type. See
page_types. Ignored when pg_width and pg_height
are set directly.
landscape
logical(1). Should the dimensions of page_type
be inverted for landscape? Defaults to FALSE, ignored when
pg_width and pg_height are set directly.
font_family
character(1). Name of a font family. An error
will be thrown if the family named is not monospaced. Defaults
to Courier.
font_size
numeric(1). Font size, defaults to 12.
lineheight
numeric(1). Line height, defaults to 1.
margins
numeric(4). Named numeric vector containing 'bottom',
'left', 'top', and 'right' margins in inches. Defaults
to .5 inches for both vertical margins and .75 for both
horizontal margins.