RcssOverload {Rcssplot} | R Documentation |
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()
Details
Warning: this function creates masking objects in your current environment for many base-graphics functions. See documentation for details.
Examples
# this function is deprecated - do not use it
suppressWarnings(RcssOverload())
[Package Rcssplot version 1.0.0 Index]