wind_profile_fxn | R Documentation |
Function to fit HURRECON wind profile as a function This function will map relative wind profile based on 2 or 3 radius with known speed
wind_profile_fxn(R, Rm, B)
R |
numeric: vector of radii at which to return wind profile |
Rm |
numeric: Radius at which maximum wind speed occurs |
B |
numeric: Decay coefficient for wind profile. See Boose et al. 2004 |
radius = c(seq(0,1,by=0.01), seq(2,150,1))
wind_profile_fxn(radius, Rm = 4, B=1.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.