to_png: Create PNG 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_png(x, name, ...)

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

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

## S3 method for class 'list'
to_png(x, name, dpi = 96, ...)

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).

dpi

dots per inch


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