SelectStatsAllClustersNoOverlap | R Documentation |
Function DetectClustersModel() detects duplicated clusters. This function reduces the number of clusters by removing the overlapping clusters.
SelectStatsAllClustersNoOverlap(stfdf, statsAllClusters)
stfdf |
spatio-temporal class object containing the data. |
statsAllClusters |
data frame with information of the detected clusters obtained with DetectClustersModel(). |
data frame with the same information than statsAllClusters but only for clusters that do not overlap.
library("DClusterm")
data("brainNM")
data("brainNM_clusters")
SelectStatsAllClustersNoOverlap(brainst, nm.cl1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.