bdm.boxp | R Documentation |
Clustering statistics box-plot.
bdm.boxp(data, bdm, byVars = F, merged = T, clusters = NULL, layer = 1)
data |
A matrix of data to be plotted (either the input data matrix or any covariate matrix as well). |
bdm |
A bdm instance as generated by |
byVars |
A logical value. By default ( |
merged |
A logical value. If TRUE (default value) and the |
clusters |
A vector with a subset of cluster ids. (Default value is |
layer |
The number of a layer (1 by default). |
If the number of clusters is large, only the first 25 clusters will be plotted. Note that the WTT algorithm numbers the clusters based on density value at the peak cell of the cluster. Thus, the numbering of the clusters is highly correlated with their relevance in terms of partial density. Therefore, in case of more than 25 clusters, the most relevant should always be included in the plot.
None.
bdm.example()
bdm.boxp(ex$map, data = ex$data[, 1:4])
bdm.boxp(ex$map, data = ex$data[, 1:4], byVars = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.