Description Usage Arguments Value Examples
Read a population classification consensus vector file from disk.
1 | readConsensusFile(path)
|
path |
path to the consensus file |
a concensus vector in memory
1 2 3 4 5 | opp.path <- system.file("extdata","seaflow_cruise","2011_001", '1.evt.opp',
package="flowPhyto")
v <- readConsensusFile(opp.path)
table(v)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.