clusterQuadrant: Cluster Quadrants

Description Usage Arguments Details Author(s) See Also Examples

View source: R/clusterQuadrant.R

Description

This function is used by plot.lisaPerm to assign spatial units to a significant cluster based on the value of the Local Moran Statistic and standardized scores of the Local Moran Statistic.

Usage

1
clusterQuadrant(lmoran,signif=.05)

Arguments

lmoran

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

signif

Significance threshold for the p-values

Details

This is an internal function used by plot.lisaPerm

Author(s)

Osmar Leandro Loaiza Quintero

See Also

lisa.perm, bilisa.perm, plot.lisaPerm

Examples

1
2
3
4
5
6
7
8
##---- 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) 
{
  }

spdyn documentation built on Feb. 6, 2021, 3 a.m.