tests/testthat/test_plotting.R

context("Plotting functions")

test_that("image,MSnSet-method", {
              data(naset)
              par(mfrow = c(1, 2))
              expect_is(image(naset), "gg")
              expect_null(image2(exprs(naset)))
              dev.off()
          })
lgatto/MSnbase documentation built on March 14, 2024, 7:06 a.m.