Adds timeseries to the given plot

geom_navr_timeseries(times, values, scaling = "none", scale = c(), ...)

Arguments

times

times on the x axis

values

values on the y axis to plot

scaling

type of scaling to implemnent. "none", "std", "minmax"

scale

if the values should be scaled to given values

...