View source: R/calcRepeatVisits.R
calcRepeatVisits | R Documentation |
This function can be used to assess, for a chosen taxonomic group, the number of records per grid cell.
calcRepeatVisits(inPath, taxon, res, start, end, output)
inPath |
String. Location of the data obtained using extract_records |
taxon |
string. Taxonomic group. Must match a file name (without "_raw_data.rdata") in inPath. |
res |
Numeric. Spatial resolution for the analysis in decimal degrees. |
start |
Numeric. Earliest year cutoff for analysis. |
end |
Numeric. Final year cutoff for analysis |
output |
String. One of: "map" to get a map of the no. records per cell, "hist" to get a histrogram of repeat visits, or other to get the raw values (no. repeat visits per cell). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.