Update damaging functions for activites at ape.05 level

# S3 method for ape
update(type, path = PATH, graph = GRAPH, verbose = VERBOSE)

Arguments

type

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

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

Examples

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