png: Create a styled png figure

Description Usage Arguments Examples

View source: R/RcssWrappers.R

Description

This is a wrapper for R's png function. See R's documentation for grDevices::png for further details.

Usage

1
png(file, Rcss = "default", Rcssclass = NULL, ...)

Arguments

file

character string with file name

Rcss

style sheet object. Leave "default" to use a style defined via RcssSetDefaultStyle()

Rcssclass

character, style class

...

Further parameters, see documentation of grDevices::png

Examples

1
2
3
4
5
# send content of graphics to a png file
# to run this, un-comment the png() and dev.off() lines
# png(file="example-file.png")
barplot(1:5)
# dev.off()

Rcssplot documentation built on Jan. 8, 2020, 5:11 p.m.