listw.explore | R Documentation |
Interactive tool to generate R code that creates a spatial weighting matrix
listw.explore()
No return value
Stéphane Dray stephane.dray@univ-lyon1.fr
chooseCN
if(interactive()){
## a matrix or an object of class 'Spatial*' should be in the global environment
xy <- matrix(rnorm(50), 25)
listw.explore()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.