Closed timcdlucas closed 6 years ago
autoplot should
print with grid_arrange or something. return the plain plot list.
grid_arrange
Documentation should show
p <- autoplot() p[1] <- p[1] + theme_grey() plot_grid(p)
Done.
autoplot should
print with
grid_arrange
or something. return the plain plot list.Documentation should show