Update models of a given type.

# S3 method for type
update(
  type,
  hazard.range = HAZARD.RANGE,
  path = PATH,
  graph = GRAPH,
  verbose = VERBOSE,
  sel = NULL,
  skip = NULL,
  doparrall
)

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 HAZARD.RANGE

path

list of useful paths, default to PATH

graph

boolean, will grapĥs be plotted, default to GRAPH

verbose

boolean, will floodam tells what it is doing, default to VERBOSE

sel

character, models to be selected within type, defaut 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")
}