Learn R Programming

StreamMetabolism (version 1.1.2)

contiguous.zoo: contiguous.zoo

Description

find continuous non NA portions of zoo time series data

Usage

contiguous.zoo(x)

Arguments

x
zoo time series object whatever indexes you want

Value

Details

if you want to just find the contiguous portions of just one signal and not the interaction between two just duplicate the signal contiguous.zoo(data.frame(x, coredata(x))) should give you what you want