Summuarize detailed list of elementary damaging functions.

sumup.damaging(x, who = NULL)

Arguments

x,

object of class elementary.damaging or a list

who,

NULL or character to trace the name of the calling function if an error occurs

Value

an object of class "damaging"

Examples

if (FALSE) {
model = analyse.model("test-1", "test", display = TRUE)
damage = sumup.damaging(model$damaging$detail)
}