Learn R Programming

ecodist (version 1.2.7)

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

Arguments

object
an object of class mgram
...
additional arguments

Value

  • vector of residuals.

See Also

mgram

Examples

Run this code
z.pmgram <- pmgram(z.d, space.d, resids=TRUE)
residuals(z.pmgram)

# 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