Description Usage Arguments Examples
View source: R/ncdfFlowSet-accessors.R
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.
1 | as.flowSet(from, top)
|
from |
a |
top |
|
1 2 3 | 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.