View source: R/dispersal_distance.R
dispersal_distance | R Documentation |
Estimate the dispersal distance using the home range and the equation proposed by Bowman, Jaeger and Fahrig (2002)
dispersal_distance(
home_range = NULL,
home_range_unit = "ha",
dispersal_distance_unit = "m"
)
home_range |
|
home_range_unit |
|
dispersal_distance_unit |
|
Returns a class object data.frame
containing the scattering distances for a given home range.
Bowman, J., Jaeger, J. A., & Fahrig, L. (2002). Dispersal distance of mammals is proportional to home range size. Ecology, 83(7), 2049-2055.
dispersal_distance(home_range = 0.6,
home_range_unit = "ha",
dispersal_distance_unit = "m")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.