Revision a19ff1c55edca3d01e2c66898a67f077c4269f8f authored by Jakub Nowosad on 15 November 2022, 18:30:06 UTC, committed by cran-robot on 15 November 2022, 18:30:06 UTC
1 parent ac4f6ab
SplashDams.Rd
% 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}
Computing file changes ...