Displaying 1 result from an estimated 1 matches for "shelfline".
Did you mean:
helpline
2012 Aug 08
1
map axis on projected shapefiles
..., according to the x-axis ticks the prime meridian (0?)
is in totally the wrong position.
I have tried "degAxis" which only changes the axis to 4e+05?W, 3e+05?W,...,
and I cant seem to get map.grid to work.
Does anyone know why this would happen or what I have done wrong?
#Code is
shelfline <- readOGR(dsn="C:\\ArcGIS\\phy_bathy_contours.shp", layer =
"phy_bathy_contours")
world <- readOGR(dsn="C:\\ArcGIS\\phy_coastline_plus_ssi_so.shp", layer =
"phy_coastline_plus_ssi_so")
plot(shelfline, axes=T,xlab=expression("Longitude"^o),
y...