View source: R/ncdfFlowSet-accessors.R
as.flowSet | R Documentation |
ncdfFlowSet
to a flowSet
The main purpose of this API is to convert the archived data (stored in ncdfFlowSet
) to flowSet
when the speed is more concerned than memory effieciency.
Although ncdfFlowSet
is designed to minimize the disk-IO cost, so usually it is not necessary to do such coersion.
as.flowSet(from, top)
from |
a |
top |
|
data(GvHD) nc1 <- ncdfFlowSet(GvHD[1:4]) fs <- as.flowSet(nc1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.