Nothing
data("pt01Frag")
test_that("estimateSOZ", {
estimateSOZ(pt01Frag) |> expect_no_error()
estimateSOZ(pt01Frag, "max") |> expect_no_error()
estimateSOZ(pt01Frag, "min") |> expect_no_error()
estimateSOZ(pt01Frag, proportion = 0.2) |> expect_no_error()
})
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.