powered by
mmv(data, column, pds, delta = NULL, verbose = TRUE, .uniform = FALSE, .correct = FALSE)
read*()
data
mmv2
data(cycling_data) # Generate best powers for 5, 10 and 20 minutes. t_sec <- c(5, 10, 20) * 60 x <- mmv(cycling_data, power.W, t_sec) # Show when those values were recorded in minutes x[2, ] / 60
Run the code above in your browser using DataLab