post_filt_radius {HDSpatialScan} | R 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.
[Package HDSpatialScan version 1.0.4 Index]