RcssChangePropertyValue: 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
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
Run this code# NOT RUN {
# use RcssChange instead
# }
Run the code above in your browser using DataLab