plot.cmpoutput {micompr}R Documentation

Plot comparison of an output

Description

Plot objects of class cmpoutput.

Usage

## S3 method for class 'cmpoutput'
plot(x, ...)

Arguments

x

Object of class cmpoutput.

...

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

Details

This method produces four sub-plots, namely:

Value

None.

Examples


# Comparing the concatenated output of the pphpc_ok dataset, which
# contains simulation output data from two similar implementations of the
# PPHPC model.

plot(cmpoutput("All", 0.95, pphpc_ok$data[["All"]], pphpc_ok$obs_lvls))


[Package micompr version 1.1.4 Index]