get.allknclusters {DClusterm}R Documentation

Extract indices of the areas in the clusters detected

Description

This function returns a categorical vector that identifies to which cluster a given areas belongs. It is the empty string for areas not in a cluster.

Usage

get.allknclusters(spdf, knresults)

Arguments

spdf

Spatial object with data used in the detection of clusters.

knresults

Table with the clusters detected.

Value

A categorical vector with value the cluster to which area belongs. It is the empty string for regions not in a cluster.


[Package DClusterm version 1.0-1 Index]