spData (version 2.3.0)

SplashDams: Data for Splash Dams in western Oregon

Description

Data for Splash Dams in western Oregon

Usage

SplashDams

Arguments

Format

Formal class 'SpatialPointsDataFrame with 232 obs. of 6 variables:

  • streamName

  • locationCode

  • height

  • lastDate

  • owner

  • datesUsed

Examples

Run this code
if (requireNamespace("sp", quietly = TRUE)) {
  library(sp)
  data(SplashDams)
  plot(SplashDams, axes=TRUE)
}

Run the code above in your browser using DataLab