test_that("plotPcaCovariates", {
x <- plotPcaCovariates(object)
expect_type(x, "list")
expected <- c(
"plot",
"corMatrix",
"pcsMatrix",
"scatterPlot",
"significants"
)
expect_named(x, expected)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.