R/simUtilities.R

Defines functions myCoordsLabels

# Format for contourPlot2 lat and lon labels (in metres)
myCoordsLabels <- function(l) {
    l <- format(l, nsmall = 0)
}

Try the simulariatools package in your browser

Any scripts or data that you put into this service are public.

simulariatools documentation built on Nov. 8, 2023, 5:07 p.m.