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