TO BE PRECISED.

localize_hazard(
  elevation,
  hazard = NULL,
  asset = NULL,
  b_elevation = 0,
  ordered_parameter = getOption("ava")[["generic"]]
)

Arguments

elevation

numeric, elevation of each asset.

hazard

matrix or vector of parameter. If a vector, hazard is transformed in a matrix. Default to NULL.

asset

character, names of the assets. Default to NULL.

b_elevation

elevation of the building in which asset are located. May be already taken into account in hazard. Default to 0.

ordered_parameter

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

Value

matrix of hazard values, rows indicate assets, columns indicate hazard scenarios.