Last data update: 2014.03.03

R: subset a ncdfFlowSet by filter
Subset,ncdfFlowSet,filterResultList-methodR Documentation

subset a ncdfFlowSet by filter

Description

Equivalent to Subset method for flowSet.

Usage

## S4 method for signature 'ncdfFlowSet,filterResultList'
Subset(x, subset, select, ...)

## S4 method for signature 'ncdfFlowList,filterResultList'
Subset(x, subset, select, ...)

## S4 method for signature 'ncdfFlowSet,filter'
Subset(x, subset, ...)

## S4 method for signature 'ncdfFlowList,filter'
Subset(x, subset, ...)

## S4 method for signature 'ncdfFlowSet,list'
Subset(x, subset, select, validityCheck = TRUE,
  ...)

Arguments

x

ncdfFlowSet or ncdfFlowList

subset,select,...

see Subset-methods

validityCheck

logical whether to skip validity check for speed.

Value

one or more ncdfFlowSet objects which share the same hdf5 file with the original one.

Results