wind_profile_fxn: Function to fit HURRECON wind profile as a function This...

View source: R/support-fxns.R

wind_profile_fxnR 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

Description

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

Usage

wind_profile_fxn(R, Rm, B)

Arguments

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

Examples

radius = c(seq(0,1,by=0.01), seq(2,150,1))
wind_profile_fxn(radius, Rm = 4, B=1.3)

jbcannon/hurrecon documentation built on May 7, 2023, 12:26 a.m.