powered by
Plot Depth curve
plot(x, y, ...)# S4 method for DDPlot,ANY plot(x)# S4 method for DepthCurve,ANY plot(x)# S4 method for DepthCurveList,ANY plot(x)
# S4 method for DDPlot,ANY plot(x)
# S4 method for DepthCurve,ANY plot(x)
# S4 method for DepthCurveList,ANY plot(x)
object that inherits from DepthCurve class (ScaleCurve or AsymmetryCurve), or DDPlot class.
not supported.
# NOT RUN { x <- mvrnorm(n = 100, mu = c(0, 0), Sigma = 3 * diag(2)) sc <- scaleCurve(x) plot(sc) # }
Run the code above in your browser using DataLab