Skip to content
Prev 255977 / 398506 Next

A zoo related question

On Wed, Apr 6, 2011 at 3:40 PM, Bogaso Christofer
<bogaso.christofer at gmail.com> wrote:
Try this:

mapply(function(mat, z) zoo(mat, time(z)), lis2, lis1, SIMPLIFY = FALSE)

or this:

mapply(zoo, lis2, lapply(lis1, time), SIMPLIFY = FALSE)