wrapLon | R Documentation |
These functions wrap and unwrap a sequence of longitudes around the dateline.
wrapLon(lon, lmin = -180)
unwrapLon(lon, lmin = -180)
lon |
a vector of longitudes |
lmin |
western boundary for wrapped longitudes |
The 'wrapLon' function wraps the longitudes back into the interval \[lmin,lmin+360). The 'unwrapLon' function unwraps a sequence of longitudes so the initial point lies in \[lmin,lmin+360), but the subsequent longitudes in the sequence may wander outside that range.
a vector of longitudes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.