plot.micomp: Plot projection of output observations on the first two...

View source: R/micomp.R

plot.micompR 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 micomp.

...

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

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))))


FakenMC/micompr documentation built on Jan. 31, 2024, 5:09 a.m.