Skip to content
Prev 29008 / 63424 Next

A small modification of plot.acf (patch)

The changes seem reasonable to me but here is a workaround
just in case (using builtin BOD and letters as examples):

i <- 0
setHook("plot.new", function() title(letters[i <<- i+1]))
acf(BOD, main = "")
setHook("plot.new", NULL, "replace")
On Wed, May 28, 2008 at 12:08 PM, ?????? ????????? <cmr.pent at gmail.com> wrote: