plotmgram {ecodist}R Documentation

Plot a Mantel correlogram

Description

Plot a Mantel correlogram with solid symbols for significant values.

Usage

plotmgram(amgram, pval = 0.05, xlab = "Distance", ylab = "Mantel Correlation", ...)

Arguments

amgram output from mgram()
pval cut-off level for statistical significance.
xlab x-axis label.
ylab y-axis label.
... optional, any additional graphics parameters.

Value

draws a plot (graphics device must be active).

Author(s)

Sarah Goslee, Sarah.Goslee@ars.usda.gov

See Also

mgram

Examples

## Not run: 
z.mgram <- mgram(z.d, space.d)
plotmgram(z.mgram)
## End(Not run)

# A full example is available in the Mantel correlogram 
# section of the main help file for ecodist.

[Package ecodist version 1.00 Index]