S3 method for printing shorts_fv_profile
object
# S3 method for shorts_fv_profile print(x, ...)
x |
|
---|---|
... | Not used |
data("jb_morin") m1 <- model_using_radar_with_time_correction(time = jb_morin$time, velocity = jb_morin$velocity) fv_profile <- get_FV_profile( MSS = m1$parameters$MSS, TAU = m1$parameters$TAU, bodyheight = 1.72, bodymass = 120) print(fv_profile)#> Estimated Force-Velocity Profile #> -------------------------- #> bodymass F0 F0_rel V0 Pmax #> 1.200000e+02 8.225498e+02 6.854581e+00 9.505432e+00 1.954673e+03 #> Pmax_relative FV_slope RFmax_cutoff RFmax Drf #> 1.628894e+01 -7.211225e-01 3.000000e-01 4.909433e-01 -6.629983e-02 #> RSE_FV RSE_Drf #> 1.748288e+00 4.951049e-03