ns_map {natserv}R Documentation

Map NatureServe data

Description

Map NatureServe data

Usage

ns_map_county(x, ...)

ns_map_cons(x, ...)

ns_map_stpr(x, ...)

Arguments

x

the result of a call to ns_data

...

ignored

Examples

## Not run: 
# Aquila chrysaetos
x <- ns_data(uid = 'ELEMENT_GLOBAL.2.100925')
ns_map_county(x)
ns_map_cons(x)
ns_map_stpr(x)

# Ursus americanus
x <- ns_data('ELEMENT_GLOBAL.2.100661')
ns_map_county(x)
ns_map_cons(x)
ns_map_stpr(x)

## End(Not run)

[Package natserv version 0.1.4 Index]