SelectStatsAllClustersNoOverlap {DClusterm}R Documentation

Removes the overlapping clusters.

Description

Function DetectClustersModel() detects duplicated clusters. This function reduces the number of clusters by removing the overlapping clusters.

Usage

SelectStatsAllClustersNoOverlap(stfdf, statsAllClusters)

Arguments

stfdf

spatio-temporal class object containing the data.

statsAllClusters

data frame with information of the detected clusters obtained with DetectClustersModel().

Value

data frame with the same information than statsAllClusters but only for clusters that do not overlap.

Examples

library("DClusterm")
data("brainNM")
data("brainNM_clusters")

SelectStatsAllClustersNoOverlap(brainst, nm.cl1)

[Package DClusterm version 1.0-1 Index]