residuals.mgram {ecodist} | R Documentation |
Extracts residuals from an S3 object of class mgram
(only relevant for objects created by pmgram{}
).
## S3 method for class 'mgram': residuals(object, ...)
object |
an object of class mgram |
... |
additional arguments |
vector of residuals.
Sarah Goslee, Sarah.Goslee@ars.usda.gov
## 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.