ape (version 1.2-6)

plot.correlogram: Plot a Correlogram

Description

Draw a correlogram previously computed.

Usage

plot.correlogram(x, test.level=0.05, ...)

Arguments

x
an object of class 'correlogram'
test.level
The level above which points will be considered as non-significant
...
other parameters to be passed to the xyplot function

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.