Learn R Programming

latexpdf (version 0.1.6)

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

Description

Coerces to PNG from 'data.frame'.

Usage

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

Arguments

x

data.frame

replace

whether to delete the intermediate PDF if successful

...

Value

path to the file created

See Also

as.pdf.data.frame

ghostconvert

Examples

Run this code
# NOT RUN {
browseURL(as.png(head(Theoph), dir = tempdir(), gs_cmd = 'mgs'))
# }

Run the code above in your browser using DataLab