plot.correlogramList {ape}R Documentation

Plot several Correlograms

Description

Draw a list of correlograms previously computed.

Usage

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

Arguments

x an object of class correlogramList
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.

Author(s)

Julien Dutheil julien.dutheil@univ-montp2.fr

See Also

xyplot, Correlogram for examples.


[Package ape version 1.7 Index]