Learn R Programming

eVenn (version 2.1.6)

res4: Four lists example dataset

Description

Dataset for an example of a venn diagram with 4 lists.

Usage

data(res4)

Arguments

format

The format is: num [1:3831, 1:4] 1 1 1 1 1 1 0 0 0 1 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:3831] "1010050" "1010079" "1010131" "1010132" ... ..$ : chr [1:4] "liste1" "liste2" "liste3" "liste4"

Examples

Run this code
#exemple with 4 lists
data(res4)
evenn(path_lists="test", res=res4, ud=TRUE)

Run the code above in your browser using DataLab