Description Usage Arguments Author(s) Examples
View source: R/create_resistances.R
This function produces a cost raster from a single value
1 2 3 4 5 6 | create_resistances(
x,
feature_name = "layer",
costs = c(2, 5, 10, 50, 100),
symmetric = TRUE
)
|
x |
A base |
feature_name |
The prefix for output files for this raster feature (default='layer'). |
costs |
A vector of cost rasters to iterate across (default=c(2, 5, 10, 50, 100)). |
symmetric |
A flag indicating that costs out of as well as into features will be estimated. |
Rodney J. Dyer rjdyer@vcu.edu
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.