print.Rcss {Rcssplot} | R Documentation |
Show basic information about an Rcss object
Description
Display selectors encoded in an Rcss object. For more detailed information about the object, see function printRcss()
Usage
## S3 method for class 'Rcss'
print(x, ...)
Arguments
x |
style sheet object |
... |
Further parameters are ignored |
Examples
# define a custom style, display it
custom.style <- Rcss(text="points { cex: 2; }")
custom.style
[Package Rcssplot version 1.0.0 Index]