Learn R Programming

BEST (version 0.5.4)

pairs.BEST: 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 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.

See Also

pairs in package graphics.

Examples

Run this code
# NOT RUN {
# See examples in BEST-package
# }

Run the code above in your browser using DataLab