plot-methods function

Method for plotting DepthCurve and DDPlot object.

Method for plotting DepthCurve and DDPlot object.

Plot Depth curve methods

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

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