Description Usage Arguments Value Examples
View source: R/fct_find_hotspots.R
Return the total expected number of species if visiting all suggested hotspots
1 | pred_total(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 value - the predicted total of species at this set of hotspots
1 2 | hotspots <- c('Otter View Park', 'Hurd Grassland')
pred_total(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.