View source: R/navr-plot-elements.R
geom_navr_obj_timeseries | R Documentation |
Adds timeseries to the given plot from navr object based on given column
geom_navr_obj_timeseries(
obj,
colname,
scaling = "none",
constraints = NULL,
...
)
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 |
... |
wrapper around geom_navr_timeseries
for easier acces to the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.