Nothing
test_that("overlayLegend() and removeLegend() works", {
skip_on_ci()
data("combined_pbmc")
expect_doppelganger(
"overlayLegend plot",
vizAPOTC(combined_pbmc, verbose = FALSE)
)
expect_doppelganger(
"overlayLegend plot",
vizAPOTC(combined_pbmc, add_size_legend = FALSE, verbose = FALSE) %>%
overlayLegend()
)
expect_doppelganger(
"removeLegend plot",
vizAPOTC(combined_pbmc, add_size_legend = FALSE, verbose = FALSE)
)
expect_doppelganger(
"removeLegend plot",
vizAPOTC(combined_pbmc, verbose = FALSE) %>% removeLegend()
)
expect_doppelganger(
"overlayLegend plot",
vizAPOTC(combined_pbmc, verbose = FALSE) %>%
removeLegend() %>%
overlayLegend()
)
expect_doppelganger(
"removeLegend plot",
vizAPOTC(combined_pbmc, verbose = FALSE) %>%
removeLegend() %>%
overlayLegend() %>%
removeLegend()
)
})
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.