View source: R/Maptransitioner.R
Maptransitioner | R Documentation |
Rasterize and transition a shapefile for input into Waterdist
Maptransitioner(
Water_map,
Calculation_crs = 32610,
Grid_size = 75,
Process_map = TRUE,
Plot = FALSE
)
Water_map |
Object of class sf representing a map of all waterways in your region of interest |
Calculation_crs |
Coordinate reference system used for the calculation. If a latitude/longitude system are used, errors may be returned since some calculations assume a planar surface. Defaults to |
Grid_size |
Grid size (in meters) used to rasterize the map. Defaults to 75. |
Process_map |
Should the |
Plot |
Should the rasterized map be plotted for inspection? |
A rasterized, transitioned, and geo-corrected map.
Waterdist
## Not run:
Map <- Maptransitioner(spacetools::Delta)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.