Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

wrap_lon

wrap_lon


Description

wrap_lon

Usage

wrap_lon(lon, lon_min = -180)

Arguments

lon

a vector of longitudes

lon_min

the minimum longitude value to wrap appropriately, eg. 0 to wrap -180, 180 on to 0, 360 and -180 to wrap 0,360 on to -180,180

Details

wrap longitudes from an arbitrary minimum

Examples

lon <- seq(-180,180)
lon1 <- wrap_lon(lon, 0)
range(lon)
range(lon1)

foieGras

Fit Continuous-Time State-Space and Latent Variable Models for Quality Control of Argos Satellite (and Other) Telemetry Data and for Estimating Movement Behaviour

v0.7-6
MIT + file LICENSE
Authors
Ian Jonsen [aut, cre, cph], Toby Patterson [aut, ctb]
Initial release
2021-04-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.