R/simUtilities.R

Defines functions myCoordsLabels

# Format for contourPlot2 lat and lon labels (in metres)
myCoordsLabels <- function(l) {
    l <- format(l, nsmall = 0)
}
Simularia/simulariatools documentation built on May 3, 2024, 5:44 a.m.