map_polys: Various map polygons

Description Usage Format See Also Examples

Description

All map polygons were obtained from the maps package (v3.3.0) via the function maps:::map.poly().

Usage

1

Format

An object of class list of length 3.

See Also

draw_land()

Examples

1
2
3
4
5
6
cenlat <- 35
cenlong <- -135

draw_ocean(cenlat, cenlong)
draw_land(map_polys$usa, cenlat, cenlong, col = "#FF0000B0") 
draw_land(map_polys$world_no_usa, cenlat, cenlong, col = "#C0C0C0B0")

clauswilke/dviz.supp documentation built on Aug. 25, 2020, 2:12 a.m.