Learn R Programming

inldata (version 1.0.3)

mountains: Mountain Ranges and Buttes

Description

Simplified representation of the mountain ranges and buttes in the vicinity of Idaho National Laboratory, eastern Idaho.

Usage

mountains

Arguments

Format

A SpatialPolygonsDataFrame of the sp package with 17 features and 1 variable. See projection dataset for coordinate reference system information.

Examples

Run this code
# NOT RUN {
inlmisc::PlotMap(mountains, dms.tick = TRUE)
sp::plot(mountains, col = "gray", add = TRUE)
str(mountains@data)

# }

Run the code above in your browser using DataLab