VennDiagrams: Predrawn Venn diagrams.

Description Usage Format Details Source Examples

Description

Precomputed data on the geometrical structure of various types of Venn diagrams.

Usage

1

Format

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.

Details

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.

Source

Created by the buildVennDiagrams() function within Vennerable

Examples

1
2
3
data(VennDiagrams)
TD <- VennDiagrams[["ellipses"]][[4]]
class(TD)

js229/Vennerable documentation built on May 20, 2019, 2:07 a.m.