post_filt_radius: A posteriori filtering on the radius

View source: R/posteriori_filtering.R

post_filt_radiusR Documentation

A posteriori filtering on the radius

Description

This function allows the a posteriori filtering on the radius.

Usage

post_filt_radius(mini_post, maxi_post, radius, index_clusters_temp)

Arguments

mini_post

numeric. A minimum to filter the significant clusters a posteriori. The default NULL is for no filtering with a a posteriori minimum.

maxi_post

numeric. A maximum to filter the significant clusters a posteriori. The default NULL is for no filtering with a a posteriori maximum.

radius

numeric vector. The radius of each cluster.

index_clusters_temp

numeric vector. The indices of the detected clusters.

Value

The detecting clusters with the a posteriori filtering.


HDSpatialScan documentation built on May 31, 2023, 7:52 p.m.