Description Usage Arguments Value Examples
Check if all nlPeriods are valid for given nlTypes
1 | allValidNlPeriods(nlPeriods, nlTypes)
|
nlPeriods |
|
nlTypes |
|
logical
TRUE/FALSE
1 2 3 4 5 6 7 8 | Rnightlights:::allValidNlPeriods(c("201401", "201402"),"VIIRS.M")
#returns TRUE
Rnightlights:::allValidNlPeriods("201203","VIIRS.M")
#returns FALSE
Rnightlights:::allValidNlPeriods("2012","OLS.Y")
#returns TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.