Nothing
test_that("scalp_plot without errors", {
edata <- epochdata |>
dplyr::filter(subject == 2 & time == 10 & epoch == 1)
expect_silent({
open3d()
on.exit(close3d())
scalp_plot(edata, amplitude = "signal")
})
})
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.