powered by
The function adds a further population element to all rules or a rule book.
add_Population(book, populations = 1)
A list object with all rules for a model run.
character value, name of the rule book to be modified.
numeric value, number of additional populations to create.
Michael Dietze, GFZ Potsdam (Germany)
## create simple true age-depth-relationship book_1 <- get_RuleBook() book_2 <- add_Population( book = book_1, populations = 1)
Run the code above in your browser using DataLab