Description Usage Arguments See Also
Set of functions for plotting the results of PCA.
PlotPCAPairSummary - plot summary.
PlotPCAScree - plot scree plot of varience explained by PC.
PlotPCA2DScore - plot 2D score plot.
PlotPCABiplot - plot the biplot.
PlotPCALoadings - plot loadings.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | PlotPCAPairSummary(dataSet, analSet, imgName = "pca_pair_", format = "png",
  dpi = 72, width = NA, pc.num = 2)
PlotPCAScree(dataSet, analSet, imgName = "pca_scree_", format = "png",
  dpi = 72, width = NA, scree.num)
PlotPCA2DScore(dataSet, analSet, imgName = "pca_score2d_", format = "png",
  dpi = 72, width = NA, inx1 = 1, inx2 = 2, reg = 0.95, show = TRUE,
  gray.scale = FALSE)
PlotPCABiplot(dataSet, analSet, imgName = "pca_biplot_", format = "png",
  dpi = 72, width = NA, inx1 = 1, inx2 = 2)
PlotPCALoadings(dataSet, analSet, imgName = "pca_loading_", format = "png",
  dpi = 72, width = NA, plotType = "scatter", show = TRUE)
 | 
| dataSet | List, data set object generated by  | 
| analSet | List, containing the results of statistical analysis (can be just an empty list). | 
| imgName | Image file name prefix. | 
| format | Image format, one of: "png", "tiff", "pdf", "ps", "svg" | 
| dpi | Image resolution. | 
| width | Image width. | 
| pc.num | The number of plotted principal components. | 
| scree.num | The total number of plotted PCs. | 
| inx1, inx2 | The order numbers of PCs. | 
| reg | Set the confidence level for plotting confidence region ellipse. | 
| show | If  | 
| gray.scale | If  | 
| plotType | 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.