RcssChangePropertyValue {Rcssplot} | R Documentation |
Modify an Rcss style sheet object
Description
Creates a new Rcss style sheet object from the input, modifying one or more properties.
Usage
RcssChangePropertyValue(
Rcss,
selector,
Rcssclass = NULL,
propertylist = NULL,
property = NULL,
value = NULL
)
Arguments
Rcss |
style sheet object |
selector |
name of one selector ("text", "plot", "axis", etc.) |
Rcssclass |
subclass of style sheet. Leave NULL to change base property. Provide one character value to edit one subclass. Provide a vector to edit a subclass of a subclass of a ... |
propertylist |
list with property/value pairs to update |
property |
name of a single property. This is only used when propertylist is set to NULL |
value |
new values associated with property above. This is only used propertylist is set to NULL |
Details
Equivallent to RcssChange: use RcssChange instead
Examples
# use RcssChange instead
[Package Rcssplot version 1.0.0 Index]