Plot elementary damaging function

# S3 method for elementary.damaging
plot(
  dam,
  d.select = D.SELECT,
  h.range = NULL,
  d.range = NULL,
  name = NULL,
  output = NULL,
  option = "all",
  damaging.unit = "euro"
)

Arguments

dam

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.

option,

option on what is displayed ("all" or "total"). Default to "all".