axis with degrees
draw axes on a plot using degree symbols in numbers
degAxis(side, at, labels, ...)
axis is plotted on current graph
decimal degrees are used if variation is small, instead of minutes and seconds
xy = cbind(x = 2 * runif(100) - 1, y = 2 * runif(100) - 1) plot(SpatialPoints(xy, proj4string = CRS("+proj=longlat +ellps=WGS84")),xlim=c(-1,1),ylim=c(-1,1)) degAxis(1) degAxis(2, at = c(-1,-0.5,0,0.5,1)) #
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.