Plot continuous data versus time
y_time(
df,
x = pm_axis_time(),
y,
xunit = opts$time.unit,
yname = NULL,
xs = list(),
ys = list(),
log = FALSE,
xby = NULL,
...
)
A single plot.
This function is intended for internal use.
When the y-axis label needs a unit, include it in
the yname
specification.
Since this function creates a scatter plot,
both the x
and y
columns must
be numeric.
The xby
argument is provided for
convenience to set breaks for time scales.