powered by
Functions for converting latitude-longitude data to UTM.
long2UTM(long)UTMzones(long)chooseUTM(long)
UTMzones(long)
chooseUTM(long)
A vector of longitude values.
UTM vector of zone numbers.
UTM zone number.
# NOT RUN { long2UTM(c(-90, 0, 90)) UTMzones(c(-90, 90, 90)) chooseUTM(c(-90, -80, -70)) # }
Run the code above in your browser using DataLab