print.Rcss | R Documentation |
Display selectors encoded in an Rcss object. For more detailed information about the object, see function printRcss()
## S3 method for class 'Rcss'
print(x, ...)
x |
style sheet object |
... |
Further parameters are ignored |
# define a custom style, display it
custom.style <- Rcss(text="points { cex: 2; }")
custom.style
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.