View source: R/simulate_non_independence.R
simulate_non_independence | R Documentation |
sim = "group-think"
simulate_non_independence( n_groups = 4, n_animals = 16, time_to_leave = 5, time_to_return = 2, travel_time = c(0.01, 0.02), sampling_duration = 7 )
n_groups |
the number of social groups and/or distinct patches in the population |
time_to_leave |
the average number of days spent at home prior to leaving |
time_to_return |
the average number of days spent away from home prior to returning |
travel_time |
a list of two values in terms of days. These are the limits for draws from a uniform distribution governing how long it will take to get from one group to another. |
sampling_duration |
the number of days to simulate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.