Learn R Programming

prinsurf

The goal of prinsurf is to construct a principal surface that is two-dimensional and passes through the middle of a $p$-dimensional dataset.

Installation

You can install the development version of prinsurf from GitHub with:

library(devtools)
devtools::install_github("RaeesaGaney91/prinsurf")

Example

This is a basic example on a simulated data set:

library(prinsurf)
surface <- principal.surface(X)

Report Bugs and Support

If you encounter any issues or have questions, please open an issue on the GitHub repository.

Copy Link

Version

Install

install.packages('prinsurf')

Monthly Downloads

127

Version

1.0

License

MIT + file LICENSE

Maintainer

Raeesa Ganey

Last Published

March 12th, 2025

Functions in prinsurf (1.0)

principal.surface

Principal Surface