Nothing
# library(testthat)
# library(dendextend)
context("all.equal")
test_that("has_nodePar works", {
hc <- hclust(dist(1:5))
# if non-dendrogram object passed in
expect_true(
!has_nodePar(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.