worldLores {ssEDA}R Documentation

Low Resolution World Map

Description

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.

Usage

worldLores

Examples

#    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)

[Package ssEDA version 2.2-1 Index]