Update models of a given type.

update_type(
  type,
  hazard_range = getOption("floodam_building_hazard_range"),
  path = getOption("floodam_building_path"),
  graph = getOption("floodam_building_graph"),
  verbose = getOption("floodam_building_verbose"),
  sel = NULL,
  skip = NULL
)

Arguments

type

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

hazard_range

if damaging are calculated, gives the range for hazard, default to getOption("floodam_building_hazard_range")

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")

sel

character, models to be selected within type, default to NULL (everything is selected)

skip

character, models not to be selected within types, default to NULL (nothing is skipped)

Value

a list of models

Examples

if (FALSE) {
update_model("activity")
}