Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 905 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 905 Bytes

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)

3D Plot

3D Plot

Report Bugs and Support

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