geom_navr_obj_timeseries: Adds timeseries to the given plot from navr object based on...

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

geom_navr_obj_timeseriesR Documentation

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

Description

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

Usage

geom_navr_obj_timeseries(
  obj,
  colname,
  scaling = "none",
  constraints = NULL,
  ...
)

Arguments

obj

NavrObject

colname

name of the column to be plotted

scaling

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

constraints

if the values should be scaled to given values

...

Details

wrapper around geom_navr_timeseries for easier acces to the object


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