principal.curve {princurve}R Documentation

Deprecated functions

Description

This function is deprecated, please use principal_curve and project_to_curve instead.

Usage

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)

Arguments

x

x

start

start

thresh

thresh

plot.true

plot.true

maxit

maxit

stretch

stretch

smoother

smoother

trace

trace

...

...

s

s

tag

tag


[Package princurve version 2.1.4 Index]