summary.bpca {bpca} | R Documentation |
Summary Method for bpca Objects
Description
Returns (and prints) a summary list for bpca
(bpca.2d
and
bpca.3d
) objects.
Usage
## S3 method for class 'bpca'
summary(object,
presentation=FALSE, ...)
Arguments
object |
A given object of the class |
presentation |
Logic.
If |
... |
Potential further arguments (require by generic). |
Author(s)
Faria, J. C.
Allaman, I. B.
Demétrio C. G. B.
See Also
Examples
##
## Example 1
## bpca - 2d
##
# bpca
bp <- bpca(gabriel1971)
summary(bp)
summary(bp,
presentation=TRUE)
##
## Example 2
## bpca - 3d
##
bp <- bpca(gabriel1971,
d=1:3)
# bpca
sm <- summary(bp)
str(sm)
sm
summary(bp,
presentation=TRUE)
[Package bpca version 1.3-6 Index]