listw.explore: Interactive tool to generate R code that creates a spatial...

listw.exploreR Documentation

Interactive tool to generate R code that creates a spatial weighting matrix

Description

Interactive tool to generate R code that creates a spatial weighting matrix

Usage

listw.explore()

Value

No return value

Author(s)

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

See Also

chooseCN

Examples

if(interactive()){
## a matrix or an object of class 'Spatial*' should be in the global environment
xy <- matrix(rnorm(50), 25)
listw.explore()
}

sdray/adespatial documentation built on March 30, 2024, 12:30 a.m.