powered by
This function converts back the Force-Velocity profile (FVP; F0 and V0 parameters) to Acceleration-Velocity profile (AVP; MSS and MAC parameters)
convert_FVP( F0, V0, bodymass = 75, inertia = 0, resistance = 0, wind_velocity = 0, ... )
A list with calculated MSS and MAC parameters
MSS
MAC
Numeric vectors. FV profile parameters
Body mass in kg. Used to calculate relative power and forwarded to get_air_resistance
get_air_resistance
External inertia in kg (for example a weight vest, or a sled). Not included in the air resistance calculation
External horizontal resistance in Newtons (for example tether device or a sled friction resistance)
In meters per second (m/s). Use negative number as head wind, and positive number as back wind. Default is 0m/s (no wind)
Forwarded to predict_power_at_distance
predict_power_at_distance
FVP <- create_FVP(7, 8.3, inertia = 10, resistance = 50) convert_FVP(FVP$F0, FVP$V0, inertia = 10, resistance = 50)
Run the code above in your browser using DataLab