View source: R/navr-plot-elements.R
geom_navr_path_events | R Documentation |
PLots marks or colors the path ior the duration of a certain event.
geom_navr_path_events(
obj,
event_times,
size = 2,
shape = 18,
color = "blue",
...
)
obj |
navr object |
event_times |
matrix of event times. It can have one or two dimensions, if single events or events with a duration are to be plotted
|
size |
point or path size. Defaults to 2 |
shape |
point shape. Only relevant if single events are drawn. Default* to 4 |
color |
point or path color Default to "blue" |
... |
Searches the timestamps for the closes time (more then event time)
list of ggplot geoms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.