minorFuns: Minor MODIS Package Functions

minorFunsR Documentation

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 maps::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

Author(s)

Matteo Mattiuzzi

See Also

getTile(), maps::map(), grep().

Examples


search4map()

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

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

search4map(pattern="Sicily",plot=TRUE)



MatMatt/MODIS documentation built on Feb. 1, 2023, 12:39 a.m.