Label longitude and latitude
Provide easy functions for adding suffixes to longitude and latitude for labelling maps.
LonLabel(lon, east = "°E", west = "°W", zero = "°") LatLabel(lat, north = "°N", south = "°S", zero = "°")
lon: longitude in degreeseast, west, north, south, zero: text to append for each quadrantlat: latitude in degreesThe default values are for Spanish.
LonLabel(0:360)
Other ggplot2 helpers: MakeBreaks(), WrapCircular(), geom_arrow(), geom_contour2(), geom_contour_fill(), geom_label_contour(), geom_relief(), geom_streamline(), guide_colourstrip(), reverselog_trans(), scale_divergent, scale_longitude, stat_na(), stat_subset()
Related functions from the same R package
Useful links