Nothing
# test_that("tcov() works correctly", {
# X <- iris[, 1:4]
# expect_equal(tcov(X), ICSClust:::tcov_amap(X))
# })
#
# test_that("ucov() works correctly", {
# X <- iris[, 1:4]
# beta <- 4
# expect_equal(ucov(X, beta = beta), ICSClust:::ucov_amap(X, beta = beta))
# })
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.