Description Usage Arguments Value
View source: R/func_repair_ht_patches.r
A function to repair high tide data.
1 2 3 4 5 6 | wat_repair_ht_patches(
patch_data_list,
lim_spat_indep = 100,
lim_time_indep = 30,
buffer_radius = 10
)
|
patch_data_list |
A list of data.tables, each the output of make_res_patch. Must have an sfc geometry column. |
lim_spat_indep |
The spatial independence limit. |
lim_time_indep |
The temporal independence limit. |
buffer_radius |
The buffer size for spatial polygons. |
A datatable with repaired high tide patches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.