Description Usage Arguments Value See Also Examples
Conversion of wind speed at the indicated height
1  | windspeedLVL(Vo, ho, H, n, unit, acc)
 | 
Vo | 
 Wind speed at the measured height |m/s|  | 
ho | 
 Height of wind measurement |m|  | 
H | 
 Conversion of wind speed to given height |m|  | 
n | 
 Roughness of the area |-| 0-1  | 
unit | 
 Wind speed unit |m/s|, accepts values TRUE or FALSE  | 
acc | 
 Decimal scale  | 
Default values: 'ho' = 10, 'n' = 0.2, 'acc' = 0, 'unit' = TRUE
Value for 'n': "https://github.com/mariusz11363/WindTurbine/blob/master/README.md"
1 2  | windspeedLVL(Vo = 12, H = 100, acc=1)
 windspeedLVL(Vo = 12, H = seq(50,100,10), acc=1, unit=FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.