Skip to content
Prev 4792 / 15274 Next

Non unique timestamp in zoo object

Note that for any calculation that involves merge.zoo (which
is most calculations since even z1 + z2 can do a
merge underneath) one does require unique times in zoo.
read.zoo can read in times that are not unique but ultimately
you will want to make them unique for most operations.

The aggregate= argument of read.zoo provides a way to
collapse duplicates and there are additional facilities in the
devel version of zoo.

As indicated in my prior post in this thread zoo FAQ #1
has further discussion.
On Tue, Sep 1, 2009 at 1:13 PM, Brian G. Peterson<brian at braverock.com> wrote: