File: SplashDams.Rd

package info (click to toggle)
r-cran-spdata 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,920 kB
  • sloc: xml: 10; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (2)
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}