residuals.mgram {ecodist}R Documentation

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 class 'mgram':
residuals(object, ...)

Arguments

object an object of class mgram
... additional arguments

Value

vector of residuals.

Author(s)

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

See Also

mgram

Examples

## Not run: 
z.pmgram <- pmgram(z.d, space.d, resids=TRUE)
residuals(z.pmgram)
## End(Not run)

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

[Package ecodist version 1.2.2 Index]