micompr (version 1.1.0)

plot.micomp: 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 micomp
plot(x, ...)

Arguments

x

An object of class micomp.

...

Extra options passed to plot.default. The col option determines the colors to use on observations of different groups.

Value

None.

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace