Description Usage Arguments Details Value Slots Author(s) Examples
Class PrinComp
is a wrapper for the S3 function princomp
PrinComp is a PCA constructor function
1 |
dataObject |
object of class MassSpectra |
... |
additional args |
Class PrinComp
is a wrapper for the S3 function princomp
PrinComp constructor function uses call by reference. The new object is put
into the analysis
slot of the dataObject on which PCA was calculated.
object of class prinComp
scale
vector see description of stats::princomp
n.obs
numeric see description of stats::princomp
call
language see description of stats::princomp
center
center see description of stats::princomp
sdev
vector see description of stats::princomp
Lorenz Gerber <lorenz.gerber@slu.se>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.