Finds the size of the largest clique (complete subgraph) in the network. Also known as the clique number or omega of the graph.
Arguments
- x
Network input: matrix, igraph, network, cograph_network, or tna object
- ...
Passed to
to_igraph, whose only other argument isdirected; anything else raises an "unused argument" error.
