powered by
Provide easy functions for adding suffixes to longitude and latitude for labeling maps.
LonLabel(lon, east = "E", west = "W", zero = "")LatLabel(lat, north = "N", south = "S", zero = "")
LatLabel(lat, north = "N", south = "S", zero = "")
longitude in degrees
text to append for each quadrant
latitude in degrees
The default values are for Spanish.
Other ggplot2 helpers: DivideTimeseries, 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
DivideTimeseries
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
# NOT RUN { LonLabel(0:360) # }
Run the code above in your browser using DataLab