plot.correlogram {ape} | R Documentation |
Draw a correlogram previously computed.
## S3 method for class 'correlogram': plot(x, test.level = 0.05, ...)
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 |
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.
Julien Dutheil julien.dutheil@univ-montp2.fr
xyplot
, Correlogram
for examples.