Learn R Programming

ecodist (version 1.2.9)

residuals.mgram: Residuals of a Mantel correlogram

Description

Extracts residuals from an S3 object of class mgram (only relevant for objects created by pmgram{}).

Usage

# S3 method for mgram
residuals(object, ...)

Arguments

object

an object of class mgram

additional arguments

Value

vector of residuals.

See Also

mgram

Examples

Run this code
# NOT RUN {
z.pmgram <- pmgram(z.d, space.d, resids=TRUE)
residuals(z.pmgram)
# }
# NOT RUN {
# 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