Description Usage Arguments Value Examples
View source: R/protect.R
protect
1 2 3 4
protect(x) ## S3 method for class 'zdd' protect(x)
x
the ZDD to protect, including subnodes
the ZDD, protected
1 2 3
a <- as_zdd(list(c(1,2,3), 4, c(5,6))) protect(a) reset_zdd_store(keep_protected = TRUE) # preserves the protected ZDD assigned to `a`
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.