Plot efficiency function

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

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

...

some extra parameters (unused)