R/getGenerations.R

Defines functions getGenerations

Documented in getGenerations

## =========================================================================##
## =========================================================================##
##                          getGenerations                                  ##
## =========================================================================##
## =========================================================================##
getGenerations <- function(object)
{
  .generations <- as.list(object@generations)
  names(.generations) <- paste("generation_", c(1:object@numberOfPeaks), sep="")
  return(.generations)
}

Try the flowFit package in your browser

Any scripts or data that you put into this service are public.

flowFit documentation built on April 28, 2020, 9:04 p.m.