post_filt_area {HDSpatialScan} | R Documentation |
A posteriori filtering on the area
Description
This function allows the a posteriori filtering on the area.
Usage
post_filt_area(mini_post, maxi_post, areas_clusters, 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. |
areas_clusters |
numeric vector. The areas of the clusters. |
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]