FindIDExample.rd 1.5 KB

123456789101112131415161718192021
  1. \name{FindIDExample}
  2. \alias{FindIDExample}
  3. \docType{data}
  4. \title{Example dataset for FindIDSubsets()}
  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 function that takes a set of time-series and finds all IDs for records in a larger data frame that match the time-series definition.}
  7. \usage{data(FindIDExample)}
  8. \format{
  9. A data frame with 4 observations on the following 5 variables.
  10. \describe{
  11. \item{lat}{A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system.}
  12. \item{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 location.}
  14. \item{end.date}{A numeric vector; listing the date to end the time-series for each corresponding location.}
  15. \item{ID}{A numeric vector; a unique ID code for each unique time-series (either unique in time or in space).}
  16. }
  17. }
  18. \details{Rows in ID do not need to be the same order as in Data, but the variables in Data to be looked in must have the same names as those in ID. Date information can include one date, or optionally a start and end date. Any information in ID must be included in Data.}
  19. \source{Locations were arbitrarily drawn from the grounds of Silwood Park Campus, Imperial College London.}
  20. \seealso{\code{\link[MODISTools:MODISSubsets]{MODISSubsets}}}
  21. \keyword{datasets}