Learn R Programming

HDSpatialScan (version 1.0.4)

post_filt_radius: 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)

Value

The detecting clusters with the a posteriori filtering.

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.