[R] ACF plot - setting parameters
Roger Schürch
roger.schuerch at esh.unibe.ch
Thu May 18 14:55:14 CEST 2006
Dear R-help list
I have problems setting parameters for the autocorrelation function plot. I
would like to Sweave a document with an ACF plot. Firstly the plot does not
show in my document (the eps file seems to be corrupted), and secondly I
would like to have it strictly black and white (like in Pinheiro & Bates, p.
242).
I tried the following:
> plot( ACF(myModel), alpha = 0.05, bg = "white", ci.col = "black",
col="black")
R does not complain, but does not set the parameters either. Any idea what I
am doing wrong?
Cheers
Roger
More information about the R-help
mailing list