SelectStatsAllClustersNoOverlap: Removes the overlapping clusters.

Description Usage Arguments Value Examples

View source: R/Functions1.R

Description

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

Usage

1
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

1
2
3
4
5
library("DClusterm")
data("brainNM")
data("brainNM_clusters")

SelectStatsAllClustersNoOverlap(brainst, nm.cl1)

DClusterm documentation built on Feb. 22, 2020, 3:01 a.m.