powered by
Function DetectClustersModel() detects duplicated clusters. This function reduces the number of clusters by removing the overlapping clusters.
SelectStatsAllClustersNoOverlap(stfdf, statsAllClusters)
spatio-temporal class object containing the data.
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.
# NOT RUN { library("DClusterm") data("brainNM") data("brainNM_clusters") SelectStatsAllClustersNoOverlap(brainst, nm.cl1) # }
Run the code above in your browser using DataLab