
Plot relative damaging function
plot_relative_damaging.Rd
Plot relative damaging function
Usage
plot_relative_damaging(
damaging,
d_select = getOption("floodam_building_d_select"),
h_range = NULL,
d_range = NULL,
name = NULL,
output = NULL,
compare = NULL
)
Arguments
- damaging
array giving damaging function
- d_select
selected values of durations where to make some focus. At list one value.
- h_range,
height range for making the graphs. Default to NULL, and so analyzing dam
- d_range,
duration range for making the graphs. Default to NULL, and so analyzing dam
- name,
name of the elementary component processed. Default to NULL, no title.
- output
path for saving the result. Default to NULL, nothing is saved, graph is displayed.
- compare
a list of relative damaging functions to compare damaging with.