library(help=zoo)
make your time series into a zoo object
then you can probably get something out of,
rollapply(yourdata.zoo, FUN=hist, ...)
but you must program the plotting yourself.
Kjetil
On Mon, Mar 9, 2009 at 3:18 PM, Oliver Bandel
<oliver@first.in-berlin.de>wrote:
> Hello,
>
>
> is there a function, that creates a moving histogram?
>
> I need a moving histogram analogical to a moving average.
>
>
> Is there such a thing in R?
>
>
> Ciao,
> Oliver
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
[[alternative HTML version deleted]]