Skip to content
Prev 246471 / 398502 Next

How to save graphs out of ACF ?

<Mihai.Mirauta <at> bafin.de> writes:
just by using the "Save as"
format and the path.
for example:

a <- acf(runif(10))
pdf("acf.pdf")
plot(a)
dev.off()