Learn R Programming

cNORM (version 2.0.1)

plot.cnorm: S3 function for plotting cnorm objects

Description

S3 function for plotting cnorm objects

Usage

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

Arguments

x

the cnorm object

y

the type of plot as a string, can be one of 'raw', 'norm', 'curves', 'percentiles', 'series', 'subset', or 'derivative'

...

additional parameters for the specific plotting function

See Also

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