Learn R Programming

spData (version 0.3.8)

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

References

http://www.fs.fed.us/pnw/lwm/aem/docs/burnett/miller_rebecca_r2010rev.pdf

Examples

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

Run the code above in your browser using DataLab