zdd_intersection: zdd_intersection

Description Usage Arguments Value Examples

View source: R/zdd_intersection.R

Description

zdd_intersection

Usage

1
zdd_intersection(zddP, zddQ)

Arguments

zddP

a zdd list object

zddQ

a zdd list object

Value

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

Examples

1
2
zdd(2L) | zdd(3L) & zdd(3L)   # { {2}, {3} }
(zdd(2L) | zdd(3L)) & zdd(3L) # {   {3}    }

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