plot.micomp {micompr} | R Documentation |
Plot projection of output observations on the first two dimensions of the principal components space
Description
For each comparison and output combination, draw a scatter plot containing the projection of output observations on the first two dimensions of the principal components space.
Usage
## S3 method for class 'micomp'
plot(x, ...)
Arguments
x |
An object of class |
... |
Extra options passed to |
Value
None.
Examples
plot(micomp(c("SheepPop", "WolfPop", "GrassQty"), 0.95,
list(list(name = "I", grpout = pphpc_ok),
list(name = "II", grpout = pphpc_noshuff),
list(name = "III", grpout = pphpc_diff))))
[Package micompr version 1.1.4 Index]