View source: R/st_transform_ext.R
st_transform_ext | R Documentation |
Take a sf
, sfc
, or bbox
object and transform to coordinate reference
system to match the object provided to crs
.
st_transform_ext(x = NULL, crs = NULL, class = NULL, rotate = 0) st_omerc(x, rotate = 0)
x |
An |
crs |
A character or numeric reference to a coordinate reference system
supported by |
class |
Class of object to return ( |
rotate |
If rotate is greater or less than 0, st_transform_ext calls st_omerc and returns an object with the oblique mercator projection passing the value of rotate to the gamma parameter of the projection. rotate must be between -45 and 45 degrees. |
An sf
, sfc
, or bbox
object transformed to a new coordinate
reference system.
sf::st_transform()
,sf::st_crs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.