tests/testthat/test-plotCompareCW.R

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")
})

Try the ccml package in your browser

Any scripts or data that you put into this service are public.

ccml documentation built on Aug. 30, 2023, 9:07 a.m.