MODIS (version 1.1.7)

minorFuns: Minor MODIS Package Functions

Description

Compendium of minor MODIS package-related functions.

Usage

search4map(pattern = "", database = "worldHires", plot = FALSE)

Arguments

pattern

Regular expression passed to grep.

database

character. Defaults to "worldHires", see map for available options.

plot

logical, defaults to FALSE. If TRUE, search results are displayed.

Value

A list of length 2. The first entry is the call to create the given map, whereas the second entry represents the names of areas within the search.

Functions

  • search4map: Simplifies search for mapdata-based extents

See Also

getTile, map, grep.

Examples

Run this code
# NOT RUN {
search4map()

search4map(pattern="USA",plot=TRUE)
search4map(database="state",plot=TRUE)

search4map(database="italy",pattern="Bolz",plot=TRUE)

search4map(pattern="Sicily",plot=TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab