Adds timeseries to the given plot from navr object based on given column

geom_navr_obj_timeseries(obj, colname, scaling = "none", scale = c(),
  ...)

Arguments

obj

NavrObject

colname

name of the column to be plotted

scaling

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

scale

if the values should be scaled to given values

...

Details

wrapper around geom_navr_timeseries for easier acces to the object