standardizeLongitude {oce} | R Documentation |
Put Longitude in the Range From -180 to 180
Description
Put Longitude in the Range From -180 to 180
Usage
standardizeLongitude(longitude)
Arguments
longitude |
in degrees East, possibly exceeding 180 |
Value
longitude in signed degrees East
See Also
matrixShiftLongitude()
and shiftLongitude()
are more
powerful relatives to standardizeLongitude
.
[Package oce version 1.8-2 Index]