globe_paths.Rd
Add paths to a globe.
globe_paths( globe, ..., data = NULL, inherit_coords = TRUE, on_click = NULL, on_right_click = NULL, on_hover = NULL )
globe | An object of class |
---|---|
... | Coordinates, as specified by |
data | A data.frame of points to draw. |
inherit_coords | Whether to inherit the coordinates ( |
on_click | JavaScript functions as JS
or |
on_right_click | JavaScript functions as JS
or |
on_hover | JavaScript functions as JS
or |
Valid coordinates.
label
altitude
color
resolution
stroke
dash_length
initial_dash_length
dash_animate_time
transition
create_globe(cables) %>% globe_paths( coords( color = color, dash_length = .1, dash_gap = .008, dash_animate_time = 12000 ) )