Nothing
test_that("test-surplot", {
x <- seq(0,20,by=0.01)
theta <- 8
beta <- 1
expect_equal(surplot(x,theta,beta), surplot(x,theta=8,beta=1))
})
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.