
Summarize detailed list of elementary damaging functions.
sumup_damaging.Rd
Summarize detailed list of elementary damaging functions.
Examples
model = analyse_model(model = adu_t, stage = c("extract", "damaging"))
#> Extracting building information for 'adu_t'...
#> - extracted:
#> - parameter
#> - storey
#> - room
#> - wall
#> - opening
#> - coating
#> - furniture
#> - missing (not found):
#> ... Informations successfully extracted for 'adu_t'
#> Computing some values for 'adu_t'...
#> ... Informations successfully extracted for 'adu_t'
#> Computing damage for 'adu_t'...
#> ... Damaging successfully computed for 'adu_t'
#> End of analysis for 'adu_t'. Total elapsed time 0.60 secs
#> More information availabe at /tmp/R-test/model/adu/adu_t/adu_t.log
damage = sumup_damaging(model[["damaging"]][["detail"]])