RcssOverload: Overloads base graphics functions by their Rcssplot wrappers

View source: R/Rcss.R

RcssOverloadR 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())


Rcssplot documentation built on April 4, 2025, 2:35 a.m.