Learn R Programming

Rpcop (version 1.1)

Principal Curves of Oriented Points

Description

Principal curves generalize the notion of a first principal component to the case in which it is a non linear smooth curve. This package provides a function pcop(X) to compute principal curves with the algorithm defined in Delicado (2001) from a data matrix X.

Copy Link

Version

Install

install.packages('Rpcop')

Monthly Downloads

9

Version

1.1

License

GPL (>= 2)

Maintainer

Kevin Frick

Last Published

July 16th, 2023

Functions in Rpcop (1.1)

pcop

pcop
pcop_backend

Computes a principal curve as defined in Delicado (2001). DO NOT use this function unless you know what you are doing. Use `pcop()` instead.