R/data-coordinates.R

#' Sample coordinates data
#'
#' A dataset containing 20 sets of latitudes and longitudes in WGS84 projection.
#' The raw dataset (\code{data_coordinates.csv}) is also provided in the directory \code{testdata}.
#'
#' @format A data frame with 20 rows and 2 variables:
#' \describe{
#'   \item{Latitude}{Latitude, in WGS84 projection.}
#'   \item{Longitude}{Longitude, in WGS84 projection.}
#' }
#' @return A data frame with 20 rows and 2 variables of sample coordinates data.
"data_coordinates"

Try the rtry package in your browser

Any scripts or data that you put into this service are public.

rtry documentation built on Aug. 10, 2023, 1:07 a.m.