plot3D: 3D dataset visualization

Description Usage Arguments

View source: R/plot3D.R

Description

Function for plotting the 3 principal components of a dataset. One can also add color labels to visualise cluster assignations.

Usage

1
plot3D(X, label = NULL)

Arguments

X

data matrix or data frame of size n x d, n observations and d features. d must be superior or equal to 3.

label

array of size n containing each cluster assignation for each observation.


mattmail/clusterAnalysis documentation built on Nov. 4, 2019, 6:18 p.m.