Description Usage Arguments Value
View source: R/brd.mat.functions.R
The fecundity for each female in a breeding matrix is randomly drawn from a uniform distribution representing low and high values for females. Offspring for each female are allocated uniformly across all of her mates, unless the user changes the type parameter to decline
1 | brd.mat.fitness(mat = mat, min.fert = 2500, max.fert = 6500, type = "uniform")
|
mat |
is a breeding matrix |
min.fert |
is a integer identifying the minimum number of fertilized eggs a female can produce |
max.fert |
is a integer identifying the maximum number of fertilized eggs a female can produce |
type |
is a character string that can be either "uniform" to uniformly distribution offspring (see above) across mates or "decline" which non-uniformly distributes offspring across mates |
A matrix with zeros and positive integers representing offspring produced per mate pair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.