Nothing
test_that("plotCompareCW returns ggplot object", {
data(example_data)
label=example_data
title="output"
ncw<-callNCW(title=title,label=label,stability=TRUE,nperm=4,ncore=1)
p<-plotCompareCW(title=title,label=label,ncw=ncw)
expect_s3_class(p,"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.