transform_coordinates.Rd
Transform coordinates between Coordinate Reference Systems (CRS)
transform_coordinates(object, crs_old, crs_new = "EPSG:4326")
A two-column matrix with 'x' (~longitude) and 'y' (~latitude) coordinates as columns.
Original CRS of the coordinates.
New CRS of the output.
A data.frame with 'x' and 'y' coordinates in the new CRS.