scaling_stroke.Rd
Rescale arc stroke to a more appropriate pixel values.
scale_arc_stroke(globe, min = 0.1, max = 1)
globe | An object of class |
---|---|
min, max | Target minimum and maximum values of pixels. |
# basic create_globe() %>% globe_img_url() %>% globe_arcs( data = usflights, coords ( start_lat, start_lon, end_lat, end_lon, stroke = cnt ) ) %>% scale_arc_stroke()