utm | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.