panel.superpose.correlogram {ape} | R Documentation |
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.
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, ...)
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
.
This class is used in plot.correlogramList
.
Julien Dutheil julien.dutheil@uni-montp2.fr
panel.superpose
, plot.correlogramList
.