Description Usage Arguments Examples
similar to [
.
1 2 3 4 5 |
x |
|
i |
sample index(or name) |
j |
column(or channel) index (or name) |
... |
other arguments not used |
drop |
|
1 2 3 4 5 6 7 | data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
samples <- sampleNames(nc)
nc[1]
nc1 <- nc[samples[1]]
#nc1 and nc share the cdf file
all.equal(getFileName(nc1), getFileName(nc))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.