This function takes a flowSet as
  input and 
  creates all necessary output for a 'timeflow' type QA
  process. Objects created by this function can be laid out as HTML
  using writeQAReport.
  
qaProcess.timeflow(set, outdir, cutoff=2, name="time flow",
sum.dimensions=NULL, det.dimensions=c(3,2), pdf=TRUE, ...)flowSet.timeLinePlot function.FALSE if disk space is critical, since the pdf versions of
     the image consume much more space on the hard drive compared to the
     bitmap version.qaProcess.qaProcess objects to 
  HTML, see writeQAReport and
  qaReport. 
  
  writeQAReport,
  qaReport,
  qaProcess,
  qaProcess.marginevents
  qaProcess.timeline,
  qaProcess.cellnumber
  
## Not run: 
# data(GvHD)
# dest <- tempdir()
# qp <- qaProcess.timeflow(GvHD, outdir=dest, cutoff=1)
# qp
# ## End(Not run)
Run the code above in your browser using DataLab