TO BE PRECISED.

make_damaging(
  Damaging,
  output = NULL,
  method = NULL,
  level = NULL,
  ordered_parameter = getOption("ava")[["generic"]]
)

Arguments

Damaging

: matrix with named columns, including at least one hazard dimension and one output.

output

: TO BE PRECISED, optional, if an output is to be precised. By default, all present output are returned, default to NULL.

method

: TO BE PRECISED, optional, a boolean vector of length ncol(Damaging) or recycled. By default, interpolated, default to NULL.

level

: named list of levels to be used in each dimension if interpolation is needed, default to NULL.

ordered_parameter

character, hazard dimensions. Default to getOption("ava")[["generic"]].

Value

TO BE PRECISED