Rcssplot (version 1.0.0)

print.Rcss: 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 Rcss
print(x, ...)

Arguments

x

style sheet object

...

Further parameters are ignored

Examples

Run this code
# NOT RUN {
# define a custom style, display it
custom.style <- Rcss(text="points { cex: 2; }")
custom.style

# }

Run the code above in your browser using DataLab