DESCRIPTION NEEDED

damaging(
  Damaging = NULL,
  Hazard = NULL,
  method = "constant",
  output = NULL,
  day = getOption("ava")[["day"]],
  day_offset = getOption("ava")[["day_offset"]]
)

Arguments

Damaging

array with named dimensions. All named dimensions except optional "output" refer to hazard dimensions. Default to NULL.

Hazard

matrix with named columns corresponding to hazard dimensions. Default to NULL.

method

character, method used to create damaging. Use "exact" when you are sure that points in Hazard are expressed as levels used in Damaging. Default to "constant".

output

optional parameter giving vector of desired outputs that shall be used if Damaging has "output" in its named dimensions. Default to NULL.

day

numeric, number of days in a week. Default to getOption("ava")[["day"]].

day_offset

numeric, number of days of offset due to waterlogging. Default to getOption("ava")[["day_offset"]].

Value

TO BE PRECISED