Nothing
uncertainty_plot <- plot_uncertainty(t_dat)
test_that("class is right",
expect_is(uncertainty_plot, "ggplot"))
# test_that("plot works",
# vdiffr::expect_doppelganger("uncertainty plot", uncertainty_plot))
params_uncertainty_plot <- plot_uncertainty(t_dat,
skip_amino = 1)
# test_that("plot parameters",
# vdiffr::expect_doppelganger("plot params", params_uncertainty_plot))
## TODO aggregated = F
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.