Learn R Programming

inldata (version 1.0.3)

cities: Cities and Towns

Description

Cities and towns (populated places) in the vicinity of Idaho National Laboratory, eastern Idaho.

Usage

cities

Arguments

Format

A SpatialPointsDataFrame of the sp package with 24 records and 16 variables. See projection dataset for coordinate reference system information.

Examples

Run this code
# NOT RUN {
inlmisc::PlotMap(cities, dms.tick = TRUE)
sp::plot(cities, pch = 19, add = TRUE)
raster::text(cities, cities@data$NAME,
             pos = 1, cex = 0.6)
str(cities@data)

# }

Run the code above in your browser using DataLab