Description Usage Arguments Details Value Examples
This function allows you to estimate in one function the vo2max the Threshold and pedalling power which a non regular cyclist would be physically capable of for an hour at a time on a daily basis It returns Vo2max (mL/kg/min) Threshold (percent)pedalling power(Watts)
1 2 3 | vo2threshpp(data = NULL, personID = "personID", age = "age",
sex = "sex", weight = "weight", BMI = "BMI", PASS = "PASScat",
clones = 10, return_a_vector = TRUE)
|
data |
dataframe optional, default is NULL |
personID |
default = "personID" vector or character string of column name in data |
age |
default = "age",vector or character string of column name in data |
sex |
default = "sex" 0 is male 1 is female |
weight |
default = "weight", weight of bike and rider in kg |
BMI |
default = "BMI", Body Mass Index kg/m2 |
PASS |
default = "PASScat", NASA - Physical Activity Survey |
clones |
default = 10 |
return_a_vector |
default = TRUE |
The rationale for this is described in Philips I, Watling D, Timms P (2018) Estimating Individual Physical Capability (IPC) to make journeys by bicycle International Journal of Sustainable Transportation http://dx.doi.org/10.1080/15568318.2017.1368748
Vo2max Threshold percentage of Vo2max and pedal pedal power
1 2 3 4 5 | ## Not run:
vo2threspp(personID = 1,age = 30, sex = 0, weight = 50,
BMI = 25,PASS = 7,clones = 1,return_a_vector = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.