Nothing
test_that("Check output for fit_plot", {
result <- fit_plot(exres)
expect_s3_class(result, 'ggplot')
})
test_that("Check output for fit_plot, scatter = TRUE", {
result <- fit_plot(exres, scatter = TRUE)
expect_s3_class(result, 'ggplot')
})
test_that("Check output for fit_plot, bygroup = TRUE", {
result <- fit_plot(exres, bygroup = TRUE)
expect_s3_class(result, 'ggplot')
})
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.