Nothing
# library(testthat)
# library(dendextend)
context("as.dendrogram.varclus")
test_that("as.dendrogram.varclus works", {
object <- list()
hc <- hclust(dist(mtcars))
object$hclust <- hc
expect_identical(
as.dendrogram.varclus(object),
as.dendrogram(hc)
)
})
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.