| hd_venn_sets_from_spec | R Documentation |
Convenience extractor to retrieve the set list stored inside a spec
created by hd_spec_venn(). Useful when you want to inspect or extend
the set list before passing to hd_make().
hd_venn_sets_from_spec(spec)
spec |
An |
The set list (same object that was passed to hd_spec_venn()).
sets <- list(hd_venn_set("A", "Oslo", 120))
spec_v <- hd_spec_venn(sets)
hd_venn_sets_from_spec(spec_v) # returns the original sets list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.