Description Usage Format Details Source Examples
Precomputed data on the geometrical structure of various types of Venn diagrams.
1 |
A list with elements named battle
,AWFEscale
,AWFE
,
and ellipses
. Each element is itself a list in which the nth element, if not NULL
, is an object of
class TissueDrawing
representing an example of an unweighted Venn diagram on n sets of the given type.
This is really a device to cache the diagrams and is not for direct use. Use eg compute.Venn(Venn(n=...),type=...
which returns a plottable object of class VennDrawing
instead.
Created by the buildVennDiagrams()
function within Vennerable
1 2 3 | data(VennDiagrams)
TD <- VennDiagrams[["ellipses"]][[4]]
class(TD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.