powered by
Label a numerical axis (in minutes) with time units that are typical for running times (10 sec intervals)
runAxis(t = 3 * 60, int1 = 10, int2 = 5, side = 1, linarg = NULL, ...)
Maximum time in minutes
Primary interval (for labels)
Secondary interval (for lines)
Side of the plot to draw axis (1,2,3,4 = bottom, left, top, right)
axis
List of arguments passed to abline
abline
Further arguments passed to axis
List with the positions and labels
logAxis, monthAxis
logAxis
monthAxis
# NOT RUN { plot(1:200, xaxt="n") runAxis(t=200, int1=20, int2=10) # }
Run the code above in your browser using DataLab