| ns_map {natserv} | R Documentation |
Map NatureServe data
ns_map_county(x, ...) ns_map_cons(x, ...) ns_map_stpr(x, ...)
x |
the result of a call to |
... |
ignored |
## 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)