plot_series: Plotting multiple time series

Description Usage Arguments

Description

Producing a static (ggplot) or dynamic (plotly) plot for visual comparison of several time series.

Usage

1
plot_series(df, x, y, color, method = "ggplot", ...)

Arguments

df

data frame with series data

x

date variable (x axis)

y

numeric variable (y axis)

color

grouping variable

method

either "ggplot" or "plotly"

...

xlab, ylab, title or labels for time series


tonytonov/spbr10 documentation built on May 26, 2019, 5:33 a.m.