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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to