Update damaging functions for activities at ape_05 level

update_ape(
  type,
  path = getOption("floodam_building_path"),
  graph = getOption("floodam_building_graph"),
  verbose = getOption("floodam_building_verbose")
)

Arguments

type

character, type of model that is loaded, default to NULL

path

list of useful paths, default to getOption("floodam_building_path")

graph

boolean, will graphs be plotted, default to getOption("floodam_building_graph")

verbose

boolean, will floodam tells what it is doing, default to getOption("floodam_building_verbose")

Examples

if (FALSE) {
update_ape(type = "activity")
}