Sequence of velocity and inclinations for a 10-minute exercise testing to reach a pre-defined maximum working rate using a treadmill.
Run the function:
f1(WRmax = 150, Weight = 70, Vmax = 1.8)
## Loading required package: plotrix
## $Vseq
## [1] 0.2500 0.3275 0.4050 0.4825 0.5600 0.6375 0.7150 0.7925 0.8700 0.9475
## [11] 1.0250 1.1025 1.1800 1.2575 1.3350 1.4125 1.4900 1.5675 1.6450 1.7225
## [21] 1.8000
##
## $Gseq
## [1] 0.01000 0.03463 0.05381 0.06875 0.08039 0.08945 0.09651 0.10200
## [9] 0.10628 0.10962 0.11221 0.11423 0.11581 0.11704 0.11799 0.11873
## [17] 0.11931 0.11976 0.12012 0.12039 0.12060
##
## $WRseq
## [1] 1.717 7.788 14.966 22.780 30.914 39.159 47.384 55.511
## [9] 63.497 71.322 78.983 86.486 93.841 101.063 108.167 115.168
## [17] 122.080 128.915 135.686 142.402 149.073