View source: R/decider_diff_count.R
decider_diff_count | R Documentation |
Helper function for deciding which focal interaction to keep, when dyad counts are different. Will decide to keep whichever focal has the highest dyad count.
decider_diff_count(focal_dyad_count, partner_dyad_count)
focal_animal |
ID of animal that was being focalled, as a character string |
action_partner |
ID of action partner of interaction, as a character string |
This function will be used inside the "decider" function.
A string with the decision, either "include" or "exclude"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.