timcdlucas / INLAutils

R package providing utilities for INLA
Other
26 stars 10 forks source link

Switch ggfortify for cowplot #46

Closed timcdlucas closed 6 years ago

timcdlucas commented 6 years ago

autoplot should

print with grid_arrange or something. return the plain plot list.

Documentation should show

p <- autoplot()
p[1] <- p[1] + theme_grey()
plot_grid(p)
timcdlucas commented 6 years ago

Done.