EndCoordinatesExample.Rd 1.2 KB

123456789101112131415161718192021
  1. \name{EndCoordinatesExample}
  2. \alias{EndCoordinatesExample}
  3. \docType{data}
  4. \title{Example dataset for EndCoordinates()}
  5. \description{A dataset consisting of a set of arbitrary locations with a corresponding set of arbitrary start and end time-series dates and IDs.
  6. This file can be used in the example for the MODIS EndCoordinates function.}
  7. \usage{data(EndCoordinatesExample)}
  8. \format{
  9. A data frame with 4 observation on the following 5 variables.
  10. \describe{
  11. \item{start.lat}{A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system.}
  12. \item{start.long}{A numeric vector; decimal degrees longitudes in WGS-1984 coordinate system.}
  13. \item{start.date}{A numeric vector; listing the date to begin the time-series for each corresponding locations. Used during MODISTransects.}
  14. \item{end.date}{A numeric vector; listing the date to end the time-series for each corresponding locations. Used during MODISTransects.}
  15. \item{ID}{A numeric vector; a unique ID code for each unique location.}
  16. }
  17. }
  18. \source{Locations were arbitrarily drawn from the grounds of Silwood Park Campus, Imperial College London.}
  19. \seealso{\code{\link[MODISTools:MODISSubsets]{MODISSubsets}}}
  20. \keyword{datasets}