cities: Cities and Towns

Description Usage Format Source Examples

Description

Cities and towns in the Wood River Valley and surrounding areas.

Usage

1

Format

An object of SpatialPointsDataFrame class containing 11 points. Geographic coordinates are in units of meters, in conformance with the North American Datum of 1983 (NAD 83), and placed in the Idaho Transverse Mercator projection (IDTM).

Source

Idaho Department of Water Resources (IDWR), accessed on April 15, 2015

Examples

1
2
3
4
5
str(cities)

col <- "#333333"
sp::plot(cities, pch = 15, cex = 0.8, col = col)
text(cities, labels = cities@data$FEATURE_NA, col = col, cex = 0.5, pos = 1, offset = 0.4)

USGS-R/wrv documentation built on June 30, 2020, 11:07 p.m.