tests/testthat/test-plotChromFromFIle.R

context('plotChromFromFile')

test_that('plotChromFromFile works',{
	pl <- plotChromFromFile(list.files(system.file('mzML',package = 'binneR'),
																		 full.names = TRUE)[1],scans = c(6,18))
	
	expect_true(identical(class(pl),c('gg','ggplot')))
})

Try the binneR package in your browser

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

binneR documentation built on May 1, 2019, 6:34 p.m.