adespatial (version 0.3-23)

plot.orthobasisSp: Function to display Moran's Eigenvector Maps (MEM) and other spatial orthogonal bases

Description

This function allow to plot or map orthogonal bases

Usage

# S3 method for orthobasisSp
plot(x, SpORcoords, pos = -1, plot = TRUE, match.ID = FALSE, ...)

Value

an object of class ADEgS, generated by the s.Spatial

function of the adegraphics package

Arguments

x

an object of class orthobasisSp

SpORcoords

either a Spatial* object or a matrix with geographic coordinates

pos

an integer indicating the position of the environment where the data are stored, relative to the environment where the function is called. Useful only if storeData is FALSE

plot

a logical indicating if the graphics is displayed

match.ID

a logical indicating if names of geographic entities match rownames of the orthobasisSp object

...

additional graphical parameters (see adegpar and trellis.par.get)

Author

Stéphane Dray stephane.dray@univ-lyon1.fr

See Also

s.Spatial

Examples

Run this code
if(require("ade4", quietly = TRUE) & require("spdep", quietly = TRUE)){
data(mafragh)
me <- mem(nb2listw(mafragh$nb))

if(require("adegraphics", quietly = TRUE)){
plot(me[,1:6], mafragh$xy)
plot(me[,1:6], mafragh$Spatial) 
}
}
        

Run the code above in your browser using DataLab