transform_bbox {mapmixture} | R Documentation |
Internal function used to transform latitude and longitude coordinates to a target coordinate reference system.
transform_bbox(bbox, CRS)
bbox |
named numeric vector of length four, with |
CRS |
numeric value representing an ESPG. |
A named numeric vector.
bbox <- c(xmin = -3.70, xmax = 13.40, ymin = 40.42, ymax = 52.52)
transform_bbox(bbox, 3035)