View source: R/siteSelectionMinL.r
| siteSelectionMinL | R Documentation | 
This function uses part of the method outlined in Roy et al (2012) and Isaac et al (2014) for selecting
well-sampled sites from a dataset using list length only. siteSelection is a wrapper
for this function that performs the complete site selection process as outlined in these papers.
siteSelectionMinL(taxa, site, time_period, minL)
taxa | 
 A character vector of taxon names  | 
site | 
 A character vector of site names  | 
time_period | 
 Anumeric vector of user defined time periods, or a date vector  | 
minL | 
 numeric, The minimum number of taxa recorded at a site at a given time period (list-length) for the visit to be considered well sampled.  | 
A data.frame of data that forefills the selection criteria. This data has two attributes:
visits gives the total number of visits in the dataset (unique combinations of site
and time_period), success gives the number of visits that satify the selection criteria
needed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.