Description Usage Arguments Value Examples
Check if a tile number is valid for a given VIIRS nightlight type.
1 | validNlTile(nlTile, nlType)
|
nlType |
A character string of nlType |
nlTileNum |
the index of the tile |
TRUE/FALSE
1 2 3 4 5 | Rnightlights:::validNlTile("1", "VIIRS.M")
#returns TRUE
Rnightlights:::validNlTile("9", "VIIRS.D")
#returns FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.