tests/testthat/test-VennDetail.R

library(VennDetail)
context("venndetail")
A <- sample(1:100, 40, replace = FALSE)
B <- sample(1:100, 60, replace = FALSE)
C <- sample(1:100, 40, replace = FALSE)
expect_silent(res<-venndetail(list(A = A,B = B,C = C)))

Try the VennDetail package in your browser

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

VennDetail documentation built on Nov. 8, 2020, 8:25 p.m.