wat_repair_ht_patches: A function to repair high tide data.

Description Usage Arguments Value

View source: R/func_repair_ht_patches.r

Description

A function to repair high tide data.

Usage

1
2
3
4
5
6
wat_repair_ht_patches(
  patch_data_list,
  lim_spat_indep = 100,
  lim_time_indep = 30,
  buffer_radius = 10
)

Arguments

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.

Value

A datatable with repaired high tide patches.


pratikunterwegs/watlasUtils documentation built on Nov. 9, 2021, 12:26 a.m.