Nothing
library(vegan)
data(varespec)
data(varechem)
test_that("plotCorrelation works with multiple methods result", {
# Generate multiple methods result
multi_result <- betaStability(
comtable = varespec,
envmeta = varechem,
method = c("linearPred", "mlPred")
)
# Test that plotStability returns a ggplot object
expect_s3_class(plotCorrelation(multi_result), "ggplot")
})
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.