group elementary damages by room.
distrib_by_room.Rd
group elementary damages by room.
Details
This function is not meant to be used independently but called during the calculation of damage functions. The example shows how to use the function in such context
Examples
if (FALSE) { # \dontrun{
x = result[["detail"]]
rooms = levels(data_table[["room"]][["room"]])
test = distrib_by_room(x, rooms)
} # }