localize_hazard.Rd
TO BE PRECISED.
localize_hazard(
elevation,
hazard = NULL,
asset = NULL,
b_elevation = 0,
ordered_parameter = getOption("ava")[["generic"]]
)
numeric, elevation of each asset.
matrix or vector of parameter. If a vector, hazard
is
transformed in a matrix. Default to NULL.
character, names of the assets. Default to NULL.
elevation of the building in which asset are located. May be already taken into account in hazard. Default to 0.
character, hazard dimensions. Default to
getOption("ava")[["generic"]]
.
matrix of hazard values, rows indicate assets, columns indicate hazard scenarios.