Skip to content
Back to formatted view

Raw Message

Message-ID: <5f0660120805282105h2d91f47bwf75a753358c4e06b@mail.gmail.com>
Date: 2008-05-29T04:05:28Z
From: Андрей Парамонов
Subject: A small modification of plot.acf (patch)
In-Reply-To: <971536df0805281152ka3a801yb50f2b5d050c2e5@mail.gmail.com>

2008/5/28 Gabor Grothendieck <ggrothendieck at gmail.com>:
> 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")
>

Thanks, this works in my case. Note however, that iterating through
caption strings can be a little bit more tricky if acf plot is
splitted into several pages.

Andrey Paramonov