powered by
Provide a data.frame with samples.
data.frame.map.time(time, intervals)
A dataframe
A vector for cumulative time
A vector for time intervals
x <- runif(10) dat <- data.frame.map.time(time=x) mean(dat) print(dat)
Run the code above in your browser using DataLab