Function get_height
calculates height reached using the ballistic equation
get_height(take_off_velocity, gravity_const = 9.81)
Arguments
take_off_velocity |
Numeric vector |
gravity_const |
Numeric vector. Default 9.81 |
Value
Numeric vector
Examples
get_height(2.75)
#> [1] 0.3854485