profile_line | R Documentation |
This function converts the start and end points from longitude/latitude to utm coordinates and creates a continuous line between these points as a simple feature object.
profile_line(coord_start, coord_end, crs)
coord_start |
coordinates of the starting point of the line as longitude/latitude. E.g., c(0,0). |
coord_end |
coordinates of the end point of the line as longitude/latitude. E.g., c(0,0). |
crs |
coordinate system of mark_recapture_object |
profile line as simple feature object.
profile_line(c(0, 0), c(1, 1), crs = "ESRI:54009")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.