test_that("`plot.see_parameters_simulate()` works", {
m <<- lm(mpg ~ wt + cyl + gear, data = mtcars)
result <- parameters::simulate_parameters(m)
expect_s3_class(plot(result), "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.