mapPoints {geocmeans}R Documentation

Mapping the clusters (points)

Description

Internal function to realize maps based on spatialpointsdataframe

Usage

mapPoints(geodata, belongmatrix, undecided = NULL)

Arguments

geodata

A spatialpointsdataframe ordered like the original data used for the clustering

belongmatrix

The membership matrix obtained at the end of the algorithm

undecided

A float between 0 and 1 giving the minimum value that an observation must get in the membership matrix to not be considered as uncertain (default = NULL)

Value

A named list with :

Examples

#No example provided, this is an internal function, use the general wrapper function mapClusters

[Package geocmeans version 0.1.1 Index]