RcssGetPropertyValue: Extract a value for an Rcss property

Description Usage Arguments Details Examples

View source: R/RcssGet.R

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

1
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

1
# use RcssProperty or RcssValue instead

Rcssplot documentation built on Jan. 8, 2020, 5:11 p.m.