| modis_percentiles | R Documentation | 
Function to calculate percentiles of water and dryland reflectance values
modis_percentiles(x = NULL, watermask = NULL, drymask = NULL)
| x | 
 | 
| watermask | 
 | 
| drymask | 
 | 
dataframe of percentiles
## Not run: 
# Download file
file <- modis_download(
    dates     = "2020-01-01"
  , outdir    = getwd()
  , tmpdir    = tempdir()
  , username  = "username"
  , password  = "password"
  , overwrite = F
)
# Load it
modis <- modis_load(file)
# Check percentiles
modis_percentiles(modis)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.