tests/testthat/test-do-variability-plot.R

context("test-dorsdplot")

test_that("That violin plot of RSD values is created", {
  out <- do_variability_plot (list_object = testData$doRSD, plotTitle = "Test", 
    subtitle = "sub title", ylim=200)
  expect_true(is(out, "ggplot"))
})
computational-metabolomics/qcrms documentation built on Jan. 18, 2021, 1:46 a.m.