pairs.BEST: Scatterplot matrix for a 'BEST' object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pairs.BEST.R

Description

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

Usage

1
2
## 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

color 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

1
# See examples in BEST-package

BEST documentation built on Oct. 13, 2021, 9:08 a.m.