UTM.functions | R Documentation |
Functions for converting latitude-longitude data to UTM.
long2UTM(long) UTMzones(long) chooseUTM(long)
long |
A vector of longitude values. |
UTM vector of zone numbers.
UTM vector of zone numbers.
UTM zone number.
long2UTM(c(-90, 0, 90)) UTMzones(c(-90, 90, 90)) chooseUTM(c(-90, -80, -70))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.