Description Usage Arguments Examples
View source: R/min_conclique_cover.R
Create a minimal conclique cover for a regular lattice
| 1 | min_conclique_cover(lattice, max_concliques = list())
 | 
| lattice | The simplified igraph object storing the lattice and dependency structure, ordered by location | 
| max_concliques | The current list of the largest concliques, defaults to empty initial value | 
| 1 2 3 4 5 | ## Not run: 
    lattice <- igraph::make_lattice(c(6,6))
    concliques <- min_conclique_cover(lattice)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.