lapply-methods: lapply method for ncdfFlowList

lapply,ncdfFlowList-methodR Documentation

lapply method for ncdfFlowList

Description

Depending on level parameter, loop either iterates through the list of ncdfFlowSet objects or everyflowFrame objects.

Usage

## S4 method for signature 'ncdfFlowList'
lapply(X, FUN, level = 2, ...)

Arguments

X

ncdfFlowList object

FUN

function to apply

level

numeric. It controls whether loop at 'ncdfFlowSet' level or 'sample' level. when level = 2 (default value),FUN is applied to each sample. When level = 1, FUN is applied to each object stored in data slot.

...

other arguments passed to FUN


RGLab/ncdfFlow documentation built on July 5, 2022, 10:20 a.m.