to_pdf: Create PDF file from plottable object

Description Usage Arguments

Description

to_pdf plots an object directly into one ore multiple PDF files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
to_pdf(x, name, ...)

## S3 method for class 'describr'
to_pdf(x, name, maxwidth = Inf, maxheight = Inf,
  ...)

## S3 method for class 'describrGtable'
to_pdf(x, name, maxwidth = Inf,
  maxheight = Inf, ...)

## S3 method for class 'list'
to_pdf(x, name, ...)

Arguments

x

object to plot.

name

name used for output file(s), might be extended if multiple plots are generated and no ending is needed (e.g. 'my_file').

...

further options for specific methods.

maxwidth

maximal plotting width in inches (plain numeric).

maxheight

maximal plotting heigth in inches (plain numeric).


kkmann/describr documentation built on May 29, 2019, 3:38 a.m.