This internal function helpsplott
produce the individual panels that make up the static ggplot output. It will not usually be needed by users.
plott_static_panel(
sensor,
sensor_data,
line_colors,
panel_labels,
axis_names = c("X", "Y", "Z"),
times,
x_lab,
r
)
A ggplot for "one panel," that is, with the data from one sensor
Which sensor to plot
List whose elements are either lists (containing data and metadata) or vectors/matrices of time series data. See details.
Vector of colors to use for lines
Labels for each panel (sensor)
Names for different axes for sensors with more than one (for example: X, Y, Z)
List of vectors of times for the x axis of each panel (one list element per panel)
Title for x axis (string)
whether or not to reverse the y axis scale for each sensor