plot-methods: Method for plotting DepthCurve and DDPlot object.

Description Usage Arguments Examples

Description

Plot Depth curve

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plot(x, y, ...)

## S4 method for signature 'DDPlot,ANY'
plot(x)

## S4 method for signature 'DepthCurve,ANY'
plot(x)

## S4 method for signature 'DepthCurveList,ANY'
plot(x)

Arguments

x

object that inherits from DepthCurve class (ScaleCurve or AsymmetryCurve), or DDPlot class.

y

not supported.

...

not supported.

Examples

1
2
3
x <- mvrnorm(n = 100, mu = c(0, 0), Sigma = 3 * diag(2))
sc <- scaleCurve(x)
plot(sc)

DepthProc documentation built on Feb. 4, 2022, 1:07 a.m.