View source: R/add_Population.R
add_Population | R Documentation |
The function adds a further population element to all rules or a rule book.
add_Population(book, populations = 1)
book |
character value, name of the rule book to be modified. |
populations |
numeric value, number of additional populations to create. |
A list object with all rules for a model run.
Michael Dietze, GFZ Potsdam (Germany)
## create simple true age-depth-relationship
book_1 <- get_RuleBook()
book_2 <- add_Population(
book = book_1,
populations = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.