utm {necountries} | R Documentation |
utm
returns the relevant UTM crs (in the 'proj4string' form)
utm(x)
x |
either an integer (from 1L to 60L) or a 'sf |
There is one utm projections for each of the 60 zones that divide
the world. The zone can be indicated as an integer (ie 12L, and not
12) or can be computed from a sf
object
a character string
a character (a crs i, the 'proj4string' format)
we <- countries("Western Europe")
utm(we)
utm(32L)