View source: R/geographic_unique_stations.R
geographic_unique_stations | R Documentation |
Creates an alphabetically sorted, vector of geographically unique stations for mapping
geographic_unique_stations(nerr_site_id)
nerr_site_id |
chr vector of valid NERR stations |
This function is intended for internal use with the NERRS reserve level reporting scripts and is used along with res_local_map
. It takes a vector of NERR site ids and only returns geographically unique locations.
returns a vector of NERR stations
Julie Padilla
stns <- c('apacpnut', 'apacpwq', 'apadbnut', 'apadbwq', 'apaebmet',
'apaebnut', 'apaebwq', 'apaesnut', 'apaeswq')
geographic_unique_stations(stns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.