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


tkonopka/Rcssplot documentation built on Nov. 14, 2024, 9:28 a.m.