ncdfFlowSet-Subset: subset a ncdfFlowSet by filter

Description Usage Arguments Value

Description

Equivalent to Subset method for flowSet.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## 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.


ncdfFlow documentation built on Nov. 8, 2020, 7:52 p.m.