Nothing
test_that("test-ptpwb", {
x <- rtpwb(20,2,3,1)
p1 <- ptpwb(x,2,3,1)
p2 <- ptpwb(x,shape=2,scale=3,location=1)
expect_equal(p1, p2)
})
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.