View source: R/detectBitInfo.R
| detectBitInfo | R Documentation |
This function returns MODIS QA information for a specific product. It gets the information from an internal database and not all products are available.
detectBitInfo(product, what = "all", warn = TRUE)
product |
|
what |
|
warn |
|
If what = "all" (default) a data.frame, else a list.
Matteo Mattiuzzi
## Not run:
detectBitInfo("MOD13Q1")
detectBitInfo("MOD13Q1", "VI usefulness")
detectBitInfo("MYD17A2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.