detectBitInfo.Rd 946 B

1234567891011121314151617181920212223242526272829303132333435
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/detectBitInfo.R
  3. \name{detectBitInfo}
  4. \alias{detectBitInfo}
  5. \title{List MODIS Quality Information}
  6. \usage{
  7. detectBitInfo(product, what = "all", warn = TRUE)
  8. }
  9. \arguments{
  10. \item{product}{\code{character}, see \code{\link{getProduct}}.}
  11. \item{what}{\code{character}. Parameter name, i.e.
  12. \url{https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mod13q1},
  13. (TABLE 2: MOD13Q1 VI Quality; Long Name).}
  14. \item{warn}{\code{logical}, whether or not to throw warning messages.}
  15. }
  16. \value{
  17. If \code{what = "all"} a \code{data.frame}, else a \code{list}.
  18. }
  19. \description{
  20. This function returns MODIS QA information for a specific product. It gets
  21. the information from an internal database and not all products are available.
  22. }
  23. \examples{
  24. detectBitInfo("MOD13Q1")
  25. detectBitInfo("MOD13Q1", "VI usefulness")
  26. detectBitInfo("MYD17A2")
  27. }
  28. \author{
  29. Matteo Mattiuzzi
  30. }