autoplot() is the ggplot2-idiomatic entry point and returns the same
ggplot object as plot(), so the result can be further customised with
+ ... layers.
Usage
# S4 method for class 'horizon'
plot(x, y, ...)
# S3 method for class 'horizon'
autoplot(object, ...)