db.cluster {RGeostats} | R Documentation |
Calculate the Clustering
db.cluster(db, nclusters, npass = 100, mode = 0, verbose = FALSE)
db |
The |
nclusters |
Number of clusters to be found. It must be smaller than the number of active samples in 'db'. |
npass |
Number of iterations |
mode |
Type of clustering:
|
verbose |
Verbose option |
This procedure returns a new db-class
with as many
samples as there are clusters.