plotmodel: Visualisation of the proximity between best models

Description Usage Arguments Author(s) Examples

View source: R/plotmodel.R

Description

The plotmodel function provides an image plot of the proximity (according to an overlap metric) between the best models.

Usage

1
  plotmodel(x, threshold.model = 20)

Arguments

x

an object of class ESS.

threshold.model

either an integer representing the number of models to be retained in the list of best models, or a value defining the minimal model posterior probability for inclusion.

Author(s)

Benoit Liquet, b.liquet@uq.edu.au,
Marc Chadeau-Hyam m.chadeau@imperial.ac.uk,
Leonardo Bottolo l.bottolo@imperial.ac.uk,
Gianluca Campanella g.campanella11@imperial.ac.uk

Examples

1
2
3
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
plotmodel(modelY_Hopx,20)

R2GUESS documentation built on May 2, 2019, 1:47 p.m.