Nothing
test_that("Adplot works", {
set.seed(2025)
X<-matrix(rnorm(100, mean = 2 , sd = 5))
g=adplot(X, title = "Ad-plot", xlab = "x", lcol = "black", rcol = "grey60")
expect_true(is.ggplot(g))
})
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.