pairs.bce: Pairs plot of a BCE

View source: R/pairs.bce.R

pairs.bceR Documentation

Pairs plot of a BCE

Description

produces pairs plots of the random walks of the BCE.

Usage

## S3 method for class 'bce'
 pairs(x, sample = 1, gap = 0,upper.panel = NA,
  diag.panel = NA, ...)

Arguments

x

either a bce object or the random walk values (X) of the composition matrix.

sample

the sample number for which the pairs plot is to be drawn.

gap

Distance between subplots, in margin lines - a pairs parameter.

upper.panel

panel function to be used above the diagonal - the default writes the correlations.

diag.panel

panel function to be used on the diagonal - the default plots a histogram.

...

any other parameters passed to function pairs.

Author(s)

Karline Soetaert

See Also

BCE, summary.bce, plot.bce, export.bce

Examples

# bceOutput is an example output based on bceInput

pairs(bceOutput,sample=2,main="Station 2")

BCE documentation built on May 13, 2022, 1:05 a.m.