normalPCA: Principal Component Analysis

Description Usage Arguments Value Author(s) Examples

Description

This function perform PCA with one step code or step-by-step.

Usage

1
normalPCA(data, label = FALSE, main = "PCA plot")

Arguments

data

Data matrix

label

Whether use the label in PCA plot or not Defaults to FALSE

main

The title in plot Defaults to "PVCA plot"

Value

PCA plot

Author(s)

WKL

Examples

1
normalPCA(data, main="PCA plot")

wkl1990/MyPackage documentation built on May 26, 2019, 6:36 a.m.