Skip to content

Commit

Permalink
added further information for oxford_bikes data
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrc committed Nov 26, 2018
1 parent df21e03 commit 2b2821c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
#' Bike Rack Locations in Oxford, Ohio.
#'
#' A dataset with the location of bike racks in Oxford, Ohio. Includes Miami University's campus and Uptown Oxford.
#'
#' A dataset with the location of bike racks in Oxford, Ohio. Includes Miami University's campus and Uptown Oxford.
#' GPS coordinates were measured for each bike rack via handheld GPS receivers.
#' Off-campus data were gathered for a Miami University GIS class project and
#' On-campus data were gathered for a Miami University Kinesiology research project.
#'
#' @format A data frame with 205 rows and 3 variables:
#' \describe{
#' \item{x}{longitude coordinate}
#' \item{y}{latitude coordinate}
#' \item{name}{location name, if recorded}
#' }
#' @source Madeline Maurer, Justin Hopkins, Dr. Helaine Alessio, Amanda Meiering
#' @source Madeline Maurer (Miami University Department of Geography);
#' Justin Hopkins, Dr. Helaine Alessio and Amanda Meiering (Miami University Department of Kinesiology)
"oxford_bikes"

#' Locations and Elevation of NCDC Weather Stations
Expand Down
8 changes: 6 additions & 2 deletions man/oxford_bikes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b2821c

Please sign in to comment.