tests/testthat/test-correlation-plot.R

context("test-correlation-plot")


# Use existing data for test.
data <- as_MicrobiomeR_format(raw_silva_2, format = "analyzed_format")


test_that("basic correlation plot works", {
  expect_true(!is.null(correlation_plots(obj = data, primary_ranks = c("Class", "Order"))))
})
vallenderlab/MicrobiomeR documentation built on Aug. 30, 2019, 11:24 p.m.