panel.superpose.correlogram {ape}R Documentation

Lattice panel used in 'plot.correlogramList'.

Description

This a slightly modified version of the panel.superpose class to allow the use of different characters in a group line. Only two characters are used: filled circle for significant autocorrelation, and open circle for non significant ones. The level of significance and all p-values are passed as arguments.

Usage

        panel.superpose.correlogram(x, y=NUL, subscripts, groups,
             panel.groups = "panel.xyplot",
             col,
             col.line = superpose.line$col,
             col.symbol = superpose.symbol$col,
             pch = superpose.symbol$pch,
             p-values = NULL,
             test.level = 0.05,
             cex = superpose.symbol$cex,
             font = superpose.symbol$font,
             fontface = superpose.symbol$fontface,
             fontfamily = superpose.symbol$fontfamily,
             lty = superpose.line$lty,
             lwd = superpose.line$lwd,
             ...)

Arguments

p-values The p-values for each point. If NULL, then act as the panel.superpose class and use the pch argument.
test.level The level of significance to consider.

Other parameters have the same meaning as in panel.superpose.

Details

This class is used in plot.correlogramList.

Author(s)

Julien Dutheil julien.dutheil@uni-montp2.fr

See Also

panel.superpose, plot.correlogramList.


[Package ape version 1.5 Index]