Summarise zonal statistics
summarise_zonal_statistics.RdSummarise zonal statistics. Using the results from get_zonal_statistics,
this summarises the data for *all `n_days`* prior to the sample event date, using
`temporal_stats` to summarise the resulting data over time.
Usage
summarise_zonal_statistics(
zonal_statistics,
temporal_stats = c("min", "max", "mean")
)