View source: R/Source_BirdCharacteristics.R
AssignFemale | R Documentation |
Assigns females to males based on template matching. Females are randomly chosen to pick a male from the population. Males that better match her template are more likely to be chosen. Assumes that there are as many females as there are males, and all birds are paired in the end.
AssignFemale(P, maleSong, femaleSong)
P |
a list of parameters |
maleSong |
a matrix of syllable vectors |
femaleSong |
a matrix of syllable vectors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.