View source: R/navr-plot-elements.R
geom_navr_path_points | R Documentation |
Plots position points at designated times
geom_navr_path_points(obj, times, size = 4, shape = 18, color = "blue", ...)
obj |
navr object |
times |
Times of the positions. Takes the first position AFTER the designated time.
Times need to be on the same scale as the timestamps in |
size |
size of the point. Default is 4 |
shape |
geom_point shape. Default is 18 |
color |
color of the geom_point. Default is "blue |
... |
ggplot geom_point with bound data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.