principal.curve {princurve} | R Documentation |
This function is deprecated, please use
principal_curve
and project_to_curve
instead.
principal.curve(x, start = NULL, thresh = 0.001, plot.true = FALSE, maxit = 10, stretch = 2, smoother = c("smooth_spline", "lowess", "periodic_lowess"), trace = FALSE, ...) ## S3 method for class 'principal.curve' lines(x, ...) ## S3 method for class 'principal.curve' plot(x, ...) ## S3 method for class 'principal.curve' points(x, ...) get.lam(x, s, tag = NULL, stretch = 2)
x |
x |
start |
start |
thresh |
thresh |
plot.true |
plot.true |
maxit |
maxit |
stretch |
stretch |
smoother |
smoother |
trace |
trace |
... |
... |
s |
s |
tag |
tag |