View source: R/weight_conductance.R
weight_conductance | R Documentation |
This function adjusts the conductance values in a windrose raster, multiplying them by the values of a secondary raster data set w
,
which can be used to integrate non-wind factors into a wind connectivity analysis.
weight_conductance(rose, w)
rose |
A raster stack created using |
w |
A raster layer with values to be multiplied by |
As a hypothetical example, to incorporate a decreased but nonzero likelihood of dispersal over inhospitable areas, w
could be a raster layer with 0.1 indicating water or mountains and 1.0 elsewhere.
This would have the effect of down-weighting conductance over water or mountains by 90
A version of rose
, with conductance values weighted by w
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.