View source: R/force_isotropy.R
force_isotropy | R Documentation |
Averages conductance values from-to adjacent cells
force_isotropy(x)
x |
|
conductanceMatrix
r <- terra::rast(system.file("extdata/SICILY_1000m.tif", package="leastcostpath"))
slope_cs_aniso <- create_slope_cs(x = r, cost_function = "tobler", neighbours = 4)
slope_cs_iso <- force_isotropy(x = slope_cs_aniso)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.