Description Usage Arguments Details Value Examples
This function allows you to estimate the pedalling power which a non regular cyclist would be physically capable of for an hour at a time on a daily basis It returns pedalling power in Watts
1 2 3 | pedal_power(data = NULL, personID = "personID", weight = "weight",
outputvo2 = "outputvo2", LTpercent = "LTpercent",
return_a_vector = TRUE)
|
data |
dataframe optional, default is NULL |
personID |
default = "personID" vector or character string of column name in data |
weight |
default = "weight", weight of bike and rider in kg |
outputvo2 |
default = "outputvo2", estimate of volume oxygen uptake per min (mL/min) |
LTpercent |
default = "LTpercent", Threshold percentage of Vo2max |
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
Threshold percentage of Vo2max
1 2 3 4 5 6 7 8 | ## Not run:
pedal_power(personID = 1,
weight = 70,
outputvo2 = 3850,
LTpercent = 72.5,
return_a_vector = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.