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 |
... |
Extra options passed to |
Details
This method produces four sub-plots, namely:
Scatter plot containing the projection of output observations on the first two dimensions of the principal components space.
Bar plot of the percentage of variance explain per principal component.
Bar plot of p-values for the parametric test for each principal component.
Bar plot of p-values for the non-parametric test for each principal component.
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]