plotmgram {ecodist} | R Documentation |
Plot a Mantel correlogram with solid symbols for significant values.
plotmgram(amgram, pval = 0.05, xlab = "Distance", ylab = "Mantel Correlation", ...)
amgram |
output from mgram() |
pval |
cut-off level for statistical significance. |
xlab |
x-axis label. |
ylab |
y-axis label. |
... |
optional, any additional graphics parameters. |
draws a plot (graphics device must be active).
Sarah Goslee, Sarah.Goslee@ars.usda.gov
## 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.