View source: R/kmminimalfamset.R
| kmminimalfamset | R Documentation |
kmfamsetDetermine subfamily of minimal states in a kmfamset
kmminimalfamset(x)
x |
kmfamset |
kmfamset of minimal states
Other Utilities:
kmcolors(),
kmdoubleequal(),
kmsetiselement(),
kmsymmsetdiff()
m <- matrix(c(1,0,0,0,1,0,1,0,1), ncol=3, byrow=TRUE)
m
kmminimalfamset(kmfamset(m))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.