Learn R Programming

Rnightlights (version 0.2.4)

validNlTileNameVIIRS: Check valid VIIRS nightlight tile name

Description

Check if a tile name is valid for a given VIIRS nightlight type.

Usage

validNlTileNameVIIRS(tileName, nlType)

Arguments

tileName

the name of the tile

nlType

character the nlType

Value

TRUE/FALSE

Examples

Run this code
# NOT RUN {
Rnightlights:::validNlTileNameVIIRS("00N060W", "VIIRS.M")
 #returns TRUE

# }

Run the code above in your browser using DataLab