Last data update: 2014.03.03

R: Scatterplot matrix for a 'BEST' object
pairs.BESTR Documentation

Scatterplot matrix for a BEST object

Description

Function to produce a scatterplot matrix of a BEST object produced by BESTmcmc, with correlation coefficients in the lower triangle.

Usage

## S3 method for class 'BEST'
pairs(x, nPtToPlot = 1000, col = "skyblue", ...)

Arguments

x

an object of class BEST

nPtToPlot

number of points to plot

col

colour to use for the points plotted.

...

other graphical parameters passed to plot.default.

Value

None; used for its side effect.

Author(s)

Original code by John Kruschke, adapted as a pairs method by Mike Meredith

See Also

pairs in package graphics.

Examples

# See examples in BEST-package

Results