| clusterPoints,GVector-method | R Documentation |
clusterPoints() partitions points in a "points" GVector into clusters.
## S4 method for signature 'GVector'
clusterPoints(x, method = "DBSCAN", minIn = NULL, maxDist = NULL)
x |
A "points" |
method |
Character: Method used to identify clusters. Explanations of methods are provided in the help page for the GRASS module
Case is ignored, but partial matching is not used. |
minIn |
Integer, numeric integer, or |
maxDist |
Numeric or |
A vector of integers indicating the cluster to which each point belongs.
GRASS manual page for module v.cluster (see grassHelp("v.cluster"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.