make_damaging.Rd
TO BE PRECISED.
make_damaging(
Damaging,
output = NULL,
method = NULL,
level = NULL,
ordered_parameter = getOption("ava")[["generic"]]
)
: matrix with named columns, including at least one hazard dimension and one output.
: TO BE PRECISED, optional, if an output is to be precised. By default, all present output are returned, default to NULL.
: TO BE PRECISED, optional, a boolean vector of length ncol(Damaging) or recycled. By default, interpolated, default to NULL.
: named list of levels to be used in each dimension if interpolation is needed, default to NULL.
character, hazard dimensions. Default to
getOption("ava")[["generic"]]
.
TO BE PRECISED