make.truth.table {VennDiagram} | R Documentation |
Make a truth table
Description
Makes a truth table of the inputs.
Usage
make.truth.table(x)
Arguments
x |
A short vector. |
Value
A data frame with length(x)
logical vector columns and
2 ^ length(x)
rows.
Author(s)
Richard Cotton
See Also
Examples
## Not run: make.truth.table(c(a = 1, b = 2, c = 3, d = 4))
[Package VennDiagram version 1.7.3 Index]