In the R Document, the usage of the acf() is as  follow:
  acf(x, lag.max = NULL,
    type = c("correlation", "covariance", "partial"),
    plot = TRUE, na.action = na.fail, demean = TRUE, ...)
But now I want to get the result picture like:
 plot(x,type="l")
 or
 plot(x,type="p")
How can I do this with acf function?

        

        致
礼!
                                

        广星
[EMAIL PROTECTED]
          2005-11-28

______________________________________________
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