wind_graph | R Documentation |
This function constructs a landscape connectivity graph from a windrose raster stack.
wind_graph(x, direction = "downwind", wrap = FALSE)
x |
An object of class 'wind_rose'. |
direction |
Either "downwind" (the default) or "upwind", indicating whether outbound or inbound wind conductance should be computed, respectively. |
wrap |
Should the left and right edges of the raster be connected? Default is FALSE. Set to TRUE if, for example, 'x' is a global raster where -180 and 180 are equivalent longitudes. |
a 'wind_graph' object consisting of a gdistance Transition-class object and additional metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.