View source: R/get.computing.time.R
| get.computing.time | R Documentation |
Function to derive computing time required to generate input population list
get.computing.time(
population,
verbose = TRUE,
extend = FALSE,
per.call = FALSE
)
population |
Population list |
verbose |
Set to FALSE to not display any prints |
extend |
Set to TRUE to return computing times with detailled overview on generation and BVE (default: FALSE) |
per.call |
Set to TRUE to return computing times per call of breeding.diploid / creating.diploid() (default: FALSE) |
Computing times overview
data(ex_pop)
get.computing.time(ex_pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.