Skip to content

A zoo related question

2 messages · Gabor Grothendieck, Christofer Bogaso

#
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)