runAxis | R Documentation |
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, ...)
t |
Maximum time in minutes |
int1 |
Primary interval (for labels) |
int2 |
Secondary interval (for lines) |
side |
Side of the plot to draw |
linarg |
List of arguments passed to |
... |
Further arguments passed to |
List with the positions and labels
Berry Boessenkool, berry-b@gmx.de, Jun 2016
logAxis
, monthAxis
plot(1:200, xaxt="n")
runAxis(t=200, int1=20, int2=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.