RcssGetPropertyValueOrDefault | R Documentation |
If the requested property is defined within an Rcss object, this function will return the associated value. If the property is not defined, the function returns a default value that can be passed into the function and is set NULL otherwise. See also RcssGetPropertyValue().
RcssGetPropertyValueOrDefault(
Rcss,
selector,
property,
default = NULL,
Rcssclass = NULL
)
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.) |
default |
value to return if the desired property is not defined in Rcss |
Rcssclass |
subclass of style sheet |
Equivalent to RcssValue(); use RcssValue() instead
# use RcssValue instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.