globe_rotate.Rd
Controls globe.
globe_rotate(globe, speed = 1L, rotate = TRUE)
globe | An object of class |
---|---|
speed | How fast to rotate around the globe. |
rotate | Whether to autorotate the globe. |
# basic create_globe() %>% globe_pov(-21, 179) %>% globe_bars( coords(lat, long), data = quakes ) %>% globe_rotate()