RcssGetPropertyValue {Rcssplot} | R Documentation |
Extract a value for an Rcss property
Description
Extract a value for a property from an Rcss style sheet object. Returns a list with two items. "Defined" is a boolean that indicates the property is defined in the style sheet. "Value" gives the actual value of the property.
Usage
RcssGetPropertyValue(Rcss, selector, property, Rcssclass = NULL)
Arguments
Rcss |
style sheet object |
selector |
name of selector of interest (e.g. "plot", "axis", "text", etc.) |
property |
name of property of interest (e.g. "col", "pch", etc.) |
Rcssclass |
subclass of style sheet |
Details
Equivalent to RcssProperty; use RcssProperty instead.
Examples
# use RcssProperty or RcssValue instead
[Package Rcssplot version 1.0.0 Index]