Description Usage Arguments Value Examples
View source: R/fct_find_hotspots.R
Return the expected number of species at each of the selected hotspots
1 | pred_hotspot_totals(hotspots, probs)
|
hotspots |
a character vector of hotspots of interest |
probs |
A tibble with the probability of observing each species at each locality |
A numerical vector with the expected number of species at each hotspot
1 2 | hotspots <- c('Otter View Park', 'Button Bay State Park')
pred_hotspot_totals(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.