View source: R/project_mark_recapture.R
project_mark_recapture | R Documentation |
This function projects all relevant components of a mark_recapture_object to another coordinate system, which can be specified. These components are the recovery data and the window.
project_mark_recapture(
mark_recapture_object,
lon = "longitude",
lat = "latitude",
old_crs = NULL,
new_crs = "ESRI:54009"
)
mark_recapture_object |
object of class mark_recapture_object (see mark_recapture_object()) |
lon |
column name of the column containing information on longitude |
lat |
column name of the column containing information on latitude |
old_crs |
coordinate system of the input owin-object. Defaults to longitude/latitude "EPSG:4326" |
new_crs |
coordinate system of the output owin-object. Defaults to the Mollweide Projection "ESRI:54009" |
data.frame with projected coordinate-system
mro2 <- project_mark_recapture(mro2D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.