test_that("plot_blended works", {
expect_type(plot_blended(c(1,2), c(1,2)), 'list')
expect_s3_class(plot_blended(c(1,2), c(1,2)), 'gg')
expect_s3_class(plot_blended(c(1,2), c(1,2)), 'ggplot')
expect_error(plot_blended(c(1,2), c(1)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.