RcssChangePropertyValue: Modify an Rcss style sheet object

Description Usage Arguments Details Examples

View source: R/RcssUpdate.R

Description

Creates a new Rcss style sheet object from the input, modifying one or more properties.

Usage

1
2
3
4
5
6
7
8
RcssChangePropertyValue(
  Rcss,
  selector,
  Rcssclass = NULL,
  propertylist = NULL,
  property = NULL,
  value = NULL
)

Arguments

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

Details

Equivallent to RcssChange: use RcssChange instead

Examples

1
# use RcssChange instead

tkonopka/Rcssplot documentation built on Jan. 21, 2021, 11:36 p.m.