zdd_union: zdd_union

Description Usage Arguments Value Examples

View source: R/zdd_union.R

Description

zdd_union

Usage

1
zdd_union(zddP, zddQ)

Arguments

zddP

a zdd list object

zddQ

a zdd list object

Value

a zdd list object that is the union of the two input zdds

Examples

1
2
zdd_union(zdd(2L), zdd(3L))
zdd(2L) | zdd(3L)

jordagaman/zddr documentation built on June 29, 2021, 4:23 a.m.