Description Usage Arguments Value Examples
Perform a PCA analysis on a 3 levels list and create custom plot.
1 2 3  | dlist.pca.old(dlist, Samples.grp = NULL, Variables.grp = NULL,
  Legend.L = F, colorL = F, Samp.lab.L = F, Var.lab.L = T,
  palpha = 0.8, psize = 0.8, ShowPlot = T)
 | 
dlist | 
 list of three dataframes : [[1]] Datamatrix, [[2]] SamplesMetadata [[3]] VariableMetadata.  | 
Samples.grp | 
 Factor name used for grouping samples (affect plot only)  | 
Variables.grp | 
 Factor name used for grouping variables (affect plot only)  | 
Legend.L | 
 Logical for drawing legends  | 
colorL | 
 Logical for using color or greyscale  | 
Samp.lab.L | 
 Logical for drawing Sample labels  | 
Var.lab.L | 
 Logical for drawing Variable labels  | 
palpha | 
 Transparency for loadings points (between 0 and 1)  | 
psize | 
 Loadings points size  | 
ShowPlot | 
 Logical to directly draw the plot or return the grobs (faster)  | 
A list with [1] pca results, [2] plot as grobs.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.