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 Aug. 29, 2024, 6:51 a.m.