| RcssChangePropertyValue | R Documentation | 
Creates a new Rcss style sheet object from the input, modifying one or more properties.
RcssChangePropertyValue(
  Rcss,
  selector,
  Rcssclass = NULL,
  propertylist = NULL,
  property = NULL,
  value = NULL
)
| 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 | 
Equivallent to RcssChange: use RcssChange instead
# use RcssChange instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.