Update analysis of results from floodam. Subject to many changes...

# S3 method for analysis
update(
  type = type,
  path = PATH,
  file.name = FILE.NAME,
  sel = NULL,
  skip = NULL
)

Arguments

type

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

path

list of useful paths, default to PATH

file.name,

list of useful file names, default to FILE.NAME

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)

graph

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

verbose

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

Examples

if (FALSE) {
update.analysis(type = "activity")
}