tests/testthat/test_netConditionsPlot.R

context("netConditionsPlot")

data('simCounts')
out <- NULL

test_that('netConditionsPlot throws an error when the input is different from a CeTF class object', {
  expect_error(netConditionsPlot(out))
})

Try the CeTF package in your browser

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

CeTF documentation built on Nov. 25, 2020, 2 a.m.