Description Usage Arguments Value Examples
Creates an PCA Report object
1 2 | ## S3 method for class 'PCAObj'
makeReport(analysis.obj)
|
analysis.obj |
[ |
PCAReport
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.