Learn R Programming

mapboxer (version 0.4.0)

fit_bounds: Fit the map to a bounding box

Description

Fit the map to a bounding box

Usage

fit_bounds(map, bounds, ...)

Arguments

map

A mapboxer object.

bounds

The bounding box as a vector in [west, south, east, north] order or a bbox object.