as.png.data.frame: Coerce to PNG from Data Frame.

Description Usage Arguments Value See Also Examples

View source: R/png.R

Description

Coerces to PNG from 'data.frame'.

Usage

1
2
## S3 method for class 'data.frame'
as.png(x, replace = TRUE, ...)

Arguments

x

data.frame

replace

whether to delete the intermediate PDF if successful

...

passed to as.pdf.data.frame and to ghostconvert

Value

path to the file created

See Also

as.pdf.data.frame

ghostconvert

Examples

1
2
3
4
## Not run: 
browseURL(as.png(head(Theoph), dir = tempdir(), gs_cmd = 'mgs'))

## End(Not run)

bergsmat/latexpdf documentation built on Jan. 16, 2022, 2:14 p.m.