ape (version 1.8-4)

plot.correlogram: Plot a Correlogram

Description

Draw a correlogram previously computed.

Usage

## S3 method for class 'correlogram':
plot(x, test.level = 0.05, ...)

Arguments

Details

The methods rely on the xyplot function of the lattice package. Each significant point is plotted by a filled circle. Level of significance may be passed as an argument to the function.

See Also

xyplot, Correlogram for examples.