View source: R/plot.orthobasisSp.R
plot.orthobasisSp | R Documentation |
This function allow to plot or map orthogonal bases
## S3 method for class 'orthobasisSp'
plot(x, SpORcoords, pos = -1, plot = TRUE, match.ID = FALSE, ...)
x |
an object of class |
SpORcoords |
either a |
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 |
plot |
a logical indicating if the graphics is displayed |
match.ID |
a logical indicating if names of geographic entities match
rownames of the |
... |
additional graphical parameters (see |
an object of class ADEgS
, generated by the s.Spatial
function of the adegraphics
package
Stéphane Dray stephane.dray@univ-lyon1.fr
s.Spatial
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)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.