Learn R Programming

cartographer (version 0.2.1)

map_outline: Retrieve a map outline registered with cartographer.

Description

Retrieve a map outline registered with cartographer.

Usage

map_outline(feature_type)

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.

Arguments

feature_type

Type of map feature. See feature_types() for a list of registered types.

Examples

Run this code
map_outline("sf.nc")

Run the code above in your browser using DataLab