checkLongitude: Check and correct Longitude values given the position of the...

View source: R/nctools_spatial.R

checkLongitudeR Documentation

Check and correct Longitude values given the position of the Prime Meridian (International Reference Meridian)

Description

Check and correct Longitude values given the position of the Prime Meridian (International Reference Meridian)

Usage

checkLongitude(x, primeMeridian = "center", sort = FALSE, ...)

Arguments

x

numeric vector of longitude values.

primeMeridian

position of the Prime Meridian. Use "center" for [-180,180] range values and "left" for [0,360] range (Pacific centered).

sort

sort longitude values?

...

roliveros-ramos/nctools documentation built on Aug. 13, 2022, midnight