powered by
plot(x, y, ...)## S3 method for class 'DDPlot,ANY': plot(x)## S3 method for class 'DepthCurve,ANY': plot(x)## S3 method for class 'DepthCurveList,ANY': plot(x)
## S3 method for class 'DDPlot,ANY': plot(x)
## S3 method for class 'DepthCurve,ANY': plot(x)
## S3 method for class 'DepthCurveList,ANY': plot(x)
x
par
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