# All possible partitions of a set with 2 items
partitioning(2)
# All possible partitions of a set with 4 items
P <- partitioning(4)
t(P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.