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"))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.