View source: R/navr-plot-elements.R
geom_navr_path_segments | R Documentation |
calls geom_navr_path
under the hood. So any optional parameters,
such as add_points
, can be also added here
geom_navr_path_segments(obj, times, size = 2, color = "blue", ...)
obj |
navr object |
times |
matrix with two dimensions. Each column of the matrix marks the begining and an end
of the segment First row is the beginings and second is the ends. Path between
the beginning and end is then colored.
Times need to be on the same scale as the timestamps in |
size |
size of the path. Default is 2 |
color |
color of the geom_path. Default is "blue |
... |
another optional parameters for the |
list of ggplot geom_paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.