R/route-data.R

#' Coordinates  from a transportation route
#'
#' Data from a transportation route in coordinates longitude and laittude
#'
#' @docType data
#'
#' @usage data(route)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#' @examples
#' data(route)
#' mean_route_longitude <- mean(route$lng)
#' \donttest{plot(route)}
FrankBaut/geospatial documentation built on Nov. 27, 2020, 12:11 p.m.