Nothing
phy = ape::rtree(n = 300)
test_that("vcv should have the same results with ape::vcv", {
expect_equal(ape::vcv(phy, corr = FALSE), vcv2(phy, corr = FALSE))
expect_equal(ape::vcv(phy, corr = TRUE), vcv2(phy, corr = TRUE))
})
# microbenchmark::microbenchmark(ape::vcv(phy, corr = FALSE), vcv2(phy, corr = FALSE),
# times = 10) microbenchmark::microbenchmark(ape::vcv(phy, corr = TRUE), vcv2(phy,
# corr = TRUE), times = 10)
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.