View source: R/project_window.R
project_window | R Documentation |
This function projects an owin object to another coordinate system, which can be specified.
project_window(win, old_crs = "EPSG:4326", new_crs = "ESRI:54009")
win |
owin-object |
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" |
owin-object with projected coordinate-system
new_win <- project_window(mro2D$destination$win,
old_crs = mro2D$destination$crs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.