hemisphere {ssEDA}R Documentation

Map of the Hemisphere

Description

Map of the hemisphere about a given point on earths surface.

Usage

hemisphere(longitude, latitude, plot.title="Azimuths Projection")

Arguments

longitude longitude of centre point.
latitude latitude of centre point.
plot.title plot title. Default is "Azimuths Projection".

See Also

projection

Examples

#    make plotting area square shape
par.reset <- par(no.readonly=TRUE)
par(pin=rep(min(par()$pin), 2))

hemisphere(170,-42, plot.title="Hemisphere Centred on NZ")

hemisphere(350,42, plot.title="The Other Hemisphere")

par(par.reset)

[Package ssEDA version 2.2-1 Index]