geographic_unique_stations {SWMPrExtension}R Documentation

Return a vector of geographically unique NERR Stations

Description

Creates an alphabetically sorted, vector of geographically unique stations for mapping

Usage

geographic_unique_stations(nerr_site_id)

Arguments

nerr_site_id

chr vector of valid NERR stations

Details

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.

Value

returns a vector of NERR stations

Author(s)

Julie Padilla

Examples

stns <- c('apacpnut', 'apacpwq', 'apadbnut', 'apadbwq', 'apaebmet',
'apaebnut', 'apaebwq', 'apaesnut', 'apaeswq')

geographic_unique_stations(stns)


[Package SWMPrExtension version 2.2.5.1 Index]