powered by
produces pairs plots of the random walks of the BCE.
# S3 method for bce pairs (x, sample = 1, gap = 0,upper.panel = NA, diag.panel = NA, …)
either a bce object or the random walk values (X) of the composition matrix.
X
the sample number for which the pairs plot is to be drawn.
Distance between subplots, in margin lines - a pairs parameter.
pairs
panel function to be used above the diagonal - the default writes the correlations.
panel function to be used on the diagonal - the default plots a histogram.
any other parameters passed to function pairs.
BCE, summary.bce, plot.bce, export.bce
BCE
summary.bce
plot.bce
export.bce
# NOT RUN { # bceOutput is an example output based on bceInput pairs(bceOutput,sample=2,main="Station 2") # }
Run the code above in your browser using DataLab