Learn R Programming

cycleRtools (version 1.1.1)

summary.cycleRdata: Summary method for cycleRdata class.

Description

Relevant summary metrics for cycling data (method for class "cycleRdata").

Usage

"summary"(object, sRPE = attr(object, "sRPE"), CP = attr(object, "CP"), .smoothpwr = "power.smooth.W", ...)

Arguments

object
object for which a summary is desired.
sRPE
optional; session Rating of Percieved Exertion (value between 1 and 10; Foster 1998).
CP
optional; Critical Power value (Watts).
.smoothpwr
character string; column name of smoothed power values. Used for xP metric.
...
further arguments passed to or from other methods.

Value

a list object of class "cyclesummary", which has an associated print method.

References

Foster C. Monitoring training in athletes with reference to overtraining syndrome. Medicine & Science in Sports & Exercise 30: 1164-1168, 1998.

Examples

Run this code
data(intervaldata)
summary(intervaldata)

Run the code above in your browser using DataLab