smallpdf: Open smallpdf device

Description Usage Arguments Value See Also

Description

Opens a smallpdf device

Usage

1
2
3
smallpdf(dev = "png", mypattern = "MYTEMPPNG", maxn = 1e+06,
  type = "cairo", res = 600, width = 7, height = 7, units = "in",
  outdir = tempdir(), ...)

Arguments

dev

Device to be used, implemented for most types, such as png.

mypattern

pattern to create for temporary PNGs. Does not need to be changed unless want to recover PNGs for failed run.

maxn

Number of plots to be created (need to be raised if over 99999, but you may rethink that).

type

character string of type of device (see png), such as "cairo"

res

The nominal resolution in ppi which will be recorded in the bitmap.

width

width of device (see png)

height

height of device (see png)

units

units of device (see png)

outdir

Directory of intermediate bitmap files (defaults to tempdir())

...

additional options sent to device

Value

List of pndfname and mypattern (so it can be passed into smallpdf.off()) and device

See Also

qpdf,png


muschellij2/smallpdf documentation built on May 23, 2019, 9:55 a.m.