Rcssplot (version 1.0.0)

RcssOverload: Overloads base graphics functions by their Rcssplot wrappers

Description

Rcssplot graphics functions have 'Rcss' prefixes, e.g Rcsstext(). This function can be invoked to overload base-graphics functions by their Rcss wrappers. i.e. After executing this function, you can execute e.g. text() and automatically use the Rcss capabilities.

Usage

RcssOverload()

Arguments

Details

Warning: this function creates masking objects in your current environment for many base-graphics functions. See documentation for details.

Examples

Run this code
# NOT RUN {
# this function is deprecated - do not use it
suppressWarnings(RcssOverload())

# }

Run the code above in your browser using DataCamp Workspace