Plot damaging function

# S3 method for damaging
plot(
  x,
  d_select = getOption("floodam_building_d_select"),
  h_range = NULL,
  d_range = NULL,
  path = NULL,
  file_name = NULL,
  damaging_unit = "euro",
  option = "all",
  ...
)

Arguments

x

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

path

path for saving the result. Default to NULL, nothing is saved, graph is displayed

file_name,

name of the elementary component processed. Default to NULL, no title

damaging_unit,

unit of damaging

option,

character, defines what type of damaging will be plotted. Two options: "all" or "total". Default to "all"

...

a list of extra-parameters (unused)