vo2threshpp: An estimation of vo2max threshold and output of pedalling...

Description Usage Arguments Details Value Examples

Description

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)

Usage

1
2
3
vo2threshpp(data = NULL, personID = "personID", age = "age",
  sex = "sex", weight = "weight", BMI = "BMI", PASS = "PASScat",
  clones = 10, return_a_vector = TRUE)

Arguments

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

Details

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

Value

Vo2max Threshold percentage of Vo2max and pedal pedal power

Examples

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)

DrIanPhilips/walkcyclecalcs documentation built on June 28, 2019, 9:06 p.m.