Description Usage Arguments Value Examples
View source: R/YKOneSmapperFlour.R
Frequency Heatplot Generation Part 2
1  | OneSmapperFreq2(LoaderPATH = "fcs", Bins = 250, FFdata)
 | 
LoaderPATH | 
 path of fcs_Out files  | 
Bins | 
 Number of bins  | 
FFdata | 
 Flow Frame data  | 
returns frequency heatplot
1 2 3 4  | dir2 <-system.file('extdata/fcs_Out',package='oneSENSE')
file5 <- system.file('extdata/myFFdatas.rds', package = 'oneSENSE')
FFdata1 <- readRDS(file5)
OneSmapperFreq2(dir2, 250, FFdata1) #remove hash symbol to run
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.