Nothing
test_that("plot pairwise", {
p <- plot_pairwise(pairwise(iris[1:4,]))
expect_s3_class(p, "ggplot")
})
test_that("plot pairwise linear", {
p <- plot_pairwise_linear(pairwise(iris[1:4,]))
expect_s3_class(p, "ggplot")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.