coordinate_mod {tectonicr}R Documentation

Coordinate Correction

Description

Corrects the longitudes or latitudes to value between -180.0 and 180.0 or -90 and 90 degree

Usage

longitude_modulo(x)

latitude_modulo(x)

Arguments

x

Longitude(s) or latitude(s) in degrees

Value

numeric

Examples

longitude_modulo(-361 + 5 * 360)
latitude_modulo(-91 + 5 * 180)

[Package tectonicr version 0.2.95 Index]