PCA: A Principal Components Analysis tool based on single value...

Description Usage Arguments Examples

View source: R/PCA.R

Description

A Principal Components Analysis tool based on single value decomposition

Usage

1

Arguments

data
  • An N x P matrix of N observations on P features.

scale
  • If TRUE features are scaled AND centered. If FALSE features are only centered. default: FALSE

Examples

1
PCA.model <- PCA(iris[,1:4])

IsaacShaffer/PCAtools documentation built on Dec. 31, 2020, 1:06 p.m.