TransectExample.Rd 1.4 KB

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