im2list | R Documentation |
Incidence matrix to list
im2list(x, empty = c(NA, "", 0, FALSE), ...)
This function is the reciprocal to list2im()
. This function
will also convert a signed incidence matrix to a normal
list, removing the directional sign.
Other venndir conversion:
counts2setlist()
,
im_value2list()
,
list2im_opt()
,
list2im_value()
,
overlaplist2setlist()
,
signed_counts2setlist()
setlist <- make_venn_test(100, 3, do_signed=TRUE)
ims <- list2im_value(setlist);
print(head(ims));
# convert back to list
im_value2list(ims);
im2list(ims);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.