print.Rcss: Show basic information about an Rcss object

Description Usage Arguments Examples

View source: R/Rcss.R

Description

Display selectors encoded in an Rcss object. For more detailed information about the object, see function printRcss()

Usage

1
2
## S3 method for class 'Rcss'
print(x, ...)

Arguments

x

style sheet object

...

Further parameters are ignored

Examples

1
2
3
# define a custom style, display it
custom.style <- Rcss(text="points { cex: 2; }")
custom.style

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