plot.lisaPerm {spdyn}R Documentation

Cluster Map

Description

Based on the Local Moran Statistic, this function plots a clusters' map

Usage

plot.lisaPerm(lmoran,shape,signif=.05,legend.title='',lty=1,lwd=1,fillBorder='black',box.lwd=1)

Arguments

lmoran

An object of class lisaPerm as returned by the functions lisa.perm or bilisa.perm

shape

A Spatial object supported by the sp package. Usually, an object of class SpatialPolygons or SpatialPolygonsDataFrame

signif

Significance cut off value

legend.title

Title of the legend key

lty

see par

lwd

see par

fillBorder

Color of the border line

box.lwd

Line width of the outline box

Details

This function plots a cluster map.

Author(s)

Osmar Leandro Loaiza Quintero

References

Anselin, Luc (1995). Local Indicators of Spatial Association. Geographical Analysis

See Also

lisa.perm, bilisa.perm

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
  }

[Package spdyn version 0.0-1 Index]