
Last chance! 50% off unlimited learning
Sale ends in
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.
# S3 method for micomp
plot(x, ...)
None.
An object of class micomp
.
Extra options passed to plot.default
. The
col
option determines the colors to use on observations of different
groups.
# \donttest{
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))))
# }
Run the code above in your browser using DataLab