plot.cnorm: S3 function for plotting cnorm objects

View source: R/s3methods.R

plot.cnormR Documentation

S3 function for plotting cnorm objects

Description

S3 function for plotting cnorm objects

Usage

## S3 method for class 'cnorm'
plot(x, y, ...)

Arguments

x

the cnorm object

y

the type of plot as a string, can be one of 'raw' (1), 'norm' (2), 'curves' (3), 'percentiles' (4), 'series' (5), 'subset' (6), or 'derivative' (7), either as a string or the according index

...

additional parameters for the specific plotting function

See Also

Other plot: plotDensity(), plotDerivative(), plotNormCurves(), plotNorm(), plotPercentileSeries(), plotPercentiles(), plotRaw(), plotSubset()


cNORM documentation built on Oct. 8, 2023, 5:06 p.m.