Controls globe.

globe_rotate(globe, speed = 1L, rotate = TRUE)

Arguments

globe

An object of class globe as returned by create_globe, or an object of class globeProxy as returned by globeProxy.

speed

How fast to rotate around the globe.

rotate

Whether to autorotate the globe.

Examples

# basic create_globe() %>% globe_pov(-21, 179) %>% globe_bars( coords(lat, long), data = quakes ) %>% globe_rotate()