powered by
Adds a box on maps including the antimeridian (180)
antimeridian.box(object, tick.spacing)
The function adds a box and tick marks to an existing plot which contains the antimeridian line (180 degrees).
matrix of class bathy
spacing between tick marks (in degrees, default=20)
Eric Pante & Benoit Simon-Bouhet
plot.bathy
data(aleutians) # default plot: plot(aleutians,n=1) # plot with corrected box and labels: plot(aleutians,n=1,axes=FALSE) antimeridian.box(aleutians, 10)
Run the code above in your browser using DataLab