Learn R Programming

natserv (version 0.4.0)

ns_map: 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

Run this code
# 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)
# }

Run the code above in your browser using DataLab