Learn R Programming

remap (version 0.3.2)

utws: Watershed polygons within the state of Utah.

Description

Watersheds are defined by the United States Geological Survey. Only the largest defines watersheds are used.

Usage

utws

Arguments

Format

An sf object with 4 rows and 2 variables:

HUC2

Largest watershed ID's defined by the USGS.

geometry

sfc multipolygon object in geographic coordinates.

Examples

Run this code
# \donttest{
# If you run into issues with loading this dataset try running:
utws <- sf::st_read(system.file("extdata/utws.shp", package="remap"))
# }

Run the code above in your browser using DataLab