Description Usage Arguments Value Examples
View source: R/YKOneSmapperFlour.R
Get Coordinates of median position
1 | getCoords(LoaderPATH = LoaderPATH, FFdata = FFdata)
|
LoaderPATH |
Path of fcs_out files |
FFdata |
Flow frame data |
Assign global variables for access
1 2 3 4 5 | #remove hash symbol to run
dir4 <- system.file('extdata/extra', package = 'oneSENSE')
file5 <- system.file('extdata/myFFdatas.rds', package = 'oneSENSE')
FFdata = readRDS(file5)
getCoords(dir4, FFdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.