| facscan256.fcs {rfcdmin} | R Documentation |
This FCS file is a binary file.
## data file, see examples
A binary FCS file with a heading
Australian National University
if (require(rflowcyt)){
## the following current FCS R-objects are also produced
## by using 'data(*)'
## where * is one of the following example object names below
## * = facscan256.FCSRobj.current, facscan1024.FCSRobj.current, etc.
location<-system.file("fcs", package="rfcdmin")
facscan256.FCSRobj.current <- read.FCS(paste(location, "/facscan256.fcs", sep=""),
fcs.type=fcs.type.facscan256)
} else {
cat("The rflowcyt package is required to run examples.\n\n")
}