ease_to {mapgl} | R Documentation |
Ease to a given view
Description
Ease to a given view
Usage
ease_to(map, center, zoom = NULL, ...)
Arguments
map |
A map object created by the |
center |
A numeric vector of length 2 specifying the target center of the map (longitude, latitude). |
zoom |
The target zoom level. |
... |
Additional named arguments for easing to the view. |
Value
The updated map object.
[Package mapgl version 0.3.2 Index]