Description Usage Arguments Examples
Prettier Plots (or Other Stuff, at Some Point)
1 |
expr |
An R expression, usually resulting in a plot |
family |
font family, to be matched with latex font |
grid |
logical, should a grid be drawn |
box |
logical, should plots have a surrounding box ( |
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
library(seasonal)
m <- seas(AirPassengers)
prettify(pacf(resid(m), main = ""))
prettify(plot(spectrum(diff(resid(m)), method = "ar"), main = ""))
prettify(plot(m, main = "", xlab = ""))
prettify(monthplot(m, main = "", xlab = ""))
prettify(plot(AirPassengers))
prettify(plot(density(resid(m)), main = ""))
prettify(qqnorm(resid(m), main = ""))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.