Analyse a model.

analyse.model(
  model,
  type = NULL,
  calc.damaging = TRUE,
  hazard.range = HAZARD.RANGE,
  path = PATH,
  file.name = FILE.NAME,
  version.xml = NULL,
  graph = GRAPH,
  verbose = VERBOSE,
  display = FALSE,
  saving = TRUE
)

Arguments

model

either a character, name given to the model or an object of class model

type

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

calc.damaging

boolean, will damaging be calculated, default to TRUE

hazard.range

if damaging are calculated, gives the range for hazard, default to HAZARD.RANGE

path

list of useful paths, default to PATH

file.name,

list of useful file names, default to FILE.NAME

graph

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

verbose

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

display

boolean, will a graph of top view be plotted in device, default to FALSE

saving

boolean, will everything be saved, default to true

Value

an object of class model

Examples

if (FALSE) {
load.model("test", "dwelling")
}