ind_draw | R Documentation |
This is not a user-facing function; it is the random number generator under-the-hood for pop_generate.
ind_draw(
species_mean = NA_real_,
species_sd = NA_real_,
species_abundance = NA_integer_
)
species_mean |
mean body size |
species_sd |
standard deviation of body size |
species_abundance |
number of individuals to draw |
vector of individuals' simulated body masses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.