map_outline {cartographer} | R Documentation |
Retrieve a map outline registered with cartographer.
Description
Retrieve a map outline registered with cartographer.
Usage
map_outline(feature_type)
Arguments
feature_type |
Type of map feature. See |
Value
The map outline that was registered under feature_type
. Note that
the outline is optional, so this will return NULL
if none was registered.
Examples
map_outline("sf.nc")
[Package cartographer version 0.2.1 Index]