geom_navr_path_points: Plots position points at designated times

View source: R/navr-plot-elements.R

geom_navr_path_pointsR Documentation

Plots position points at designated times

Description

Plots position points at designated times

Usage

geom_navr_path_points(obj, times, size = 4, shape = 18, color = "blue", ...)

Arguments

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 obj$data$timestamp

size

size of the point. Default is 4

shape

geom_point shape. Default is 18

color

color of the geom_point. Default is "blue

...

Value

ggplot geom_point with bound data


hejtmy/navr documentation built on March 3, 2023, 5:24 p.m.