rose | R Documentation |
Calculate 8-neighbor edge loadings from a time series of u and v windspeeds
rose(x, trans = identity)
x |
A vector of wind data containing: latitude, resolution, u windspeeds, v windspeeds |
p |
A positive number indicating the power to raise windspeeds to (see details) |
A value of p = 0 will ignore speed, assigning weights based on direction only. P = 1 assumes conductance is proportional to windspeed, p = 2 assumes it's proportional to aerodynamic drag, and p = 3 assumes it's proportional to force. Any intermediate value can also be used.
A vector of 8 conductance values to neighboring cells, clockwise starting with the southwest neighbor. If input windspeeds are in m/s, values are in (1 / hours ^ p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.