tsRoutines: Track your Success over Time

Description Usage Arguments Value

View source: R/tsRoutines.R

Description

Aggregates success rate by day, and graphs the results as a time series of sorts if plot is set to TRUE.

Usage

1
2
tsRoutines(directory = getwd(), plot = T, ylim = c(0, 1),
  cex = 0.1, xlab = "Time", ylab = "Success Rate", ...)

Arguments

directory

the directory in which the routines are kept

plot

whether to plot the results

Other

various graphical parameters

Value

Returns a data frame with the success rate by day, and plots a graph if plot is set to true.


TWilliamBell/routines documentation built on Oct. 31, 2019, 12:11 a.m.