R/data.R

#' Example locations in Kansas
#' @description This locations example was created to help users setup their 
#' own location data. The locations Scandia and Belleville are close in space,
#' to illustrate that only a minimum number of images will be downloaded to 
#' get the soil information (proximal locations may fall in the same raster).
#' @format This `data.frame` has 3 rows and the following 3 columns:
#' \describe{
#'   \item{ID}{Unique identifier of a given location.}
#'   \item{lat}{Latitude coordinate, in decimal degrees.}
#'   \item{long}{Longitude coordinate, in decimal degrees.}
#' }
"exkansas"

Try the XPolaris package in your browser

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

XPolaris documentation built on Sept. 24, 2021, 1:07 a.m.