RcssGetPropertyValue: 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
selector
name of selector of interest (e.g. "plot", "axis",
"text", etc.)
property
name of property of interest (e.g. "col", "pch", etc.)
Details
Equivalent to RcssProperty; use RcssProperty instead.
Examples
Run this code# NOT RUN {
# use RcssProperty or RcssValue instead
# }
Run the code above in your browser using DataLab