Plot a block time-series using ggplot.

# S3 method for bts
autoplot(object, col1 = "darkgray", facets = FALSE, ...)

# S3 method for bts
autolayer(object, col1 = "darkgray", ...)

Arguments

object

An object with class "bts".

col1

A colour to be used when the number of component series in object is > 12.

facets

Logical. If true, each component series will be shown in a facet.

...

Not used

Value

An object of class "ggplot".