| worldLores {ssEDA} | R Documentation |
This list object has components longitude and latitude which provide a low resolution version of the world map. It is used by the function hemisphere.
worldLores
# make plotting area square shape par.reset <- par(no.readonly=TRUE) par(pin=rep(min(par()$pin), 2)) hemisphere(longitude=0, latitude=0, plot.title="Western Hemisphere") par(par.reset)