powered by
Tools for reformatting networks, graphs, and matrices
to_unweighted(object, threshold = 1)to_unnamed(object)
to_unnamed(object)
A matrix, {igraph} graph, {tidygraph} tbl_graph, or {network} object.
{igraph}
{tidygraph}
{network}
For a matrix, the threshold to binarise/dichotomise at.
# NOT RUN { to_unweighted(project_rows(southern_women)) to_unnamed(project_rows(southern_women)) # }
Run the code above in your browser using DataLab