extract_scanstatistic: Extract value of scan statistic from per-window statistics.
Description
This function extracts the value of the scan statistic, which is the maximum
of the statistics calculated for each spatial or space-time window.
Usage
extract_scanstatistic(table)
Arguments
table
A data.table
with a column statistic
, which should
correspond to the statistic calculated for each spatial or space-time
window (given as other columns).
Value
The maximum value of the column statistic
.