Displaying 1 result from an estimated 1 matches for "degaxis".
Did you mean:
degauss
2012 Aug 08
1
map axis on projected shapefiles
...cks are printed in
scientific format (e.g. -4e+05, -3e+05,...,), and the problem is these dont
match up to the projected point locations I also wish to overlay from my
dataset. For example, 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")
wor...