1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SplashDams.R
\docType{data}
\name{SplashDams}
\alias{SplashDams}
\title{Data for Splash Dams in western Oregon}
\format{
Formal class 'SpatialPointsDataFrame with 232 obs. of 6 variables:
\itemize{
\item{streamName} {}
\item{locationCode} {}
\item{height} {}
\item{lastDate} {}
\item{owner} {}
\item{datesUsed} {}
}
}
\source{
R. R. Miller (2010) Is the Past Present? Historical Splash-dam Mapping and Stream Disturbance Detection in the Oregon Coastal Province. MSc. thesis, Oregon State University; packaged by Jonathan Callahan
}
\usage{
SplashDams
}
\description{
Data for Splash Dams in western Oregon
}
\examples{
if (requireNamespace("sp", quietly = TRUE)) {
library(sp)
data(SplashDams)
plot(SplashDams, axes=TRUE)
}
}
\keyword{datasets}
\keyword{sp}
|