Plot all numeric variables against any existing base or zoo date variable. You can specify which by using the `dc_order` argument.

plot_lines(data, dc_order = 1L)

Arguments

data

The data to plot

dc_order

Which date column should be used as the x-axis. Default is the first ordinal occurring date column.