get_ant_rainfall: Extract antecedent rainfall variables

Description Usage Arguments

View source: R/get_ant_rainfall.R

Description

Extract antecedent rainfall variables

Usage

1
2
3
4
5
6
7
8
9
get_ant_rainfall(
  data = NULL,
  id = "eidee",
  date_landslide = "date",
  vars = c(0, 1, 3, 5),
  dates_for_vars = NULL,
  parallel = T,
  rainfall_path = "/mnt/CEPH_PROJECTS/Proslide/PREC_GRIDS_updated/"
)

Arguments

date_landslide

The name of the column with date information about the landslides. Cells can either be NA or of class Date


RobinKohrs/rainfallR documentation built on Oct. 3, 2021, 1:42 a.m.