tests/testthat/test-plots.R

require(testthat)

if(FALSE){
  
  deffile = system.file("extdata/fastq_haplotyper.def", package = "flowr")
  
  flowdef = as.flowdef(deffile)
  plot_flow(head(flowdef, 4), pdf = TRUE)
  plot_flow(head(flowdef, 7), pdf = TRUE)
  plot_flow(flowdef, pdf = TRUE)
}

Try the flowr package in your browser

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

flowr documentation built on March 3, 2021, 1:12 a.m.