test_that("plotCountsPerBiotype", {
x <- plotCountsPerBiotype(object)
expect_s3_class(x, "ggplot")
})
test_that("plotCountsPerBroadClass", {
x <- plotCountsPerBroadClass(object)
expect_s3_class(x, "ggplot")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.