clusterGrid_2D | R Documentation |
Performs cluster analysis of 3D grids. Several clustering algorithms are available.
clusterGrid_2D(grid.2D, type, centers, ...)
type |
Clustering algorithm to be used for the cluster analysis. Possible values are "kmeans" (default), "hierarchical", "som". The core functions are kmeans, hclust, som, respectively. See Details. |
centers |
Integer value indicating the number of clusters, k, or center points. See Details. |
... |
Further specific arguments passed to the clustering functions |
grid |
A grid (gridded or station dataset), multigrid, multimember grid or multimember multigrid object |
A matrix object that contains the clusters centroids' created using the specified algorithm. The clustering type, number of clusters, cluster index of each day and other algorithm-specific parameters are provided as attributes.
J. A. Fernandez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.