print.Rcss: Show basic information about an Rcss object

View source: R/Rcss.R

print.RcssR 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


Rcssplot documentation built on April 4, 2025, 2:35 a.m.