us | R Documentation |
A function to estimate wind speed at ground level of selected point source
us( sourceInput, windInput, sourceActivity = "primaryCrusher", AnemometerHeight = 2, stability = "A", windClass = "class1" )
sourceInput |
A data frame containing |
windInput |
A data frame containing |
sourceActivity |
Select the point source labeled in the |
AnemometerHeight |
Height of anemometer installation from sea level. |
stability |
Six category stability which is 'A', 'B', 'C', 'D', 'E', and 'F'. |
windClass |
Five wind band which is > 5.67 m/s, > 3.61 m/s, > 2.07 m/s, 0.52 and < 0.51 characterized as 'class1', 'class2', 'class3', 'class4' and 'calm' respectively |
Zul Fadhli & Dr. Izhar Abadi
#demo us <- function(sourceInput, windInput, sourceActivity = "primaryCrusher", AnemometerHeight = 2, stability = "A", windClass = "class1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.