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?
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÂÖÂÂ
ÂÀÂñ£¡
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¹ÂãÂÃÂÇ
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡guangxing at ict.ac.cn
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2005-11-28
How Can I change the acf's plot type?
2 messages · 广星, Brian Ripley
On Mon, 28 Nov 2005, [gb2312] ???? wrote:
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?