Learn R Programming

Rnightlights (version 0.2.4)

mapAllCtryPolyToTilesVIIRS: Create a mapping of all countries and the tiles they intersect

Description

This is simply another name for mapCtryPolyToTilesVIIRS with ctryCodes="all"

Usage

mapAllCtryPolyToTilesVIIRS(omitCountries = pkgOptions("omitCountries"))

Arguments

omitCountries

A character vector or list of countries to leave out when processing. Default is "none"

Value

None

Examples

Run this code
# NOT RUN {
#no countries omitted
# }
# NOT RUN {
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS()
# }
# NOT RUN {
#no countries omitted
# }
# NOT RUN {
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS(omitCountries="none")
# }
# NOT RUN {
#include countries that take long to process
# }
# NOT RUN {
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS(omitCountries=c("error", "long"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab