Description Usage Arguments Value Examples
View source: R/fct_find_hotspots.R
Calculate the probability of seeing each species for a given set of hotspots
1 | prob_hotspots(hotspots, prob_per_loc)
|
hotspots |
A character vector of hotspot names |
prob_per_loc |
A tibble with the probability of observing each species at each locality |
A named numerical vector of the probability of observing each species at the given combination of hotspots
1 2 | hotspots <- c('Otter View Park', 'Button Bay State Park')
prob_hotspots(hotspots, drop_effort_cols(sample_prob_per_loc))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.