makeReport.PCAObj: Creates an PCA Report object

Description Usage Arguments Value Examples

Description

Creates an PCA Report object

Usage

1
2
## S3 method for class 'PCAObj'
makeReport(analysis.obj)

Arguments

analysis.obj

[PCAObj Object]
A object of the "PCAObj" class

Value

PCAReport

Examples

1
2
3
pca.task = makePCATask(id = "iris.test", data = iris, center = TRUE, target = "Species")
pca.result = makePCA(pca.task)
pca.report = makeReport(pca.result)

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.