mark_time | R Documentation |
Place the ticks on the time axis with an intuitive frequency
mark_time(data, gg, freq = 60, downward = TRUE, orientation = "y")
data |
List with entries roi, controller, border, limits. roi and controller must be data.tables generated by loading IDOC data. Border is a TODO. Limits is a numeric vector with 2 positions, delineating the boundaries of the x axis |
gg |
ggplot2 object |
freq |
Number of seconds in between axis ticks, 60 by default |
downward |
Whether the 0 should be at the top (TRUE) or the bottom (FALSE) of the plot |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.