Learn R Programming

ecodist (version 1.1.0)

plotmgram: 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 r", ...)

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).

See Also

mgram

Examples

Run this code
z.mgram <- mgram(z.d, space.d)
plotmgram(z.mgram)

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

Run the code above in your browser using DataLab