View source: R/select_relevant.R
select_relevant | R Documentation |
Relevant locations have at least two observations in different cycle. Relevant periods have average numbers of at least 15% of the most important period.
select_relevant(
observation,
species,
repo,
min_observation = 100,
min_stratum = 3,
min_cycle = 2,
proportion = 0.15
)
observation |
The dataframe with the visits and location group. |
species |
The fingerprint of the species. |
repo |
a |
min_observation |
The minimum number of observations for taking a
species into account.
Defaults to |
min_stratum |
The required minimum number of relevant locations per
stratum.
Defaults to |
min_cycle |
Minimum number of cycles in which a species must be found
at a square.
Square with sightings from fewer cycles will be ignored.
Defaults to |
proportion |
Minimum proportion of the least important period.
Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.