Nothing
set.seed(2021-10-11)
ce1 = bes_m_cushman(mosaic, 1000)
test_that("bes_m_cushman works", {
expect_equal(nrow(ce1), 12)
expect_equal(ncol(ce1), 4)
# expect_equal(ce1$mean_total_edge[[1]], 241.177)
# expect_equal(ce1$sd_total_edge[[1]], 10.69, tolerance = 0.001)
expect_equal(ce1$value[[1]], -3.32, tolerance = 0.001)
# expect_equal(ce1$total_edge[[1]], 244)
})
# ce1b = bes_m_cushman(mosaic, 1000, independent = TRUE)
# test_that("bes_m_cushman works with independent=TRUE", {
# expect_true(sd(ce1b$mean_total_edge) > 0)
# })
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.