graphlets.project() was renamed to graphlet_proj() to create a more
consistent API.
Arguments
- graph
The input graph, edge directions are ignored. Only simple graph (i.e. graphs without self-loops and multiple edges) are supported.
- weights
Edge weights. If the graph has a
weightedge attribute and this argument isNULL(the default), then theweightedge attribute is used.- cliques
A list of vertex ids, the graphlet basis to use for the projection.
- niter
Integer scalar, the number of iterations to perform.
- Mu
Starting weights for the projection.
Related documentation in the C library
graphlets_project(), edges(), get_eids(), vcount(), ecount()
