# Generated by roxygen2: do not edit by hand

S3method(plot,mixmashnet)
S3method(print,bridge_profiles)
S3method(print,community_scores)
S3method(print,mixmashnet)
S3method(print,summary.community_scores)
S3method(print,summary.mixmashnet)
S3method(summary,community_scores)
S3method(summary,mixmashnet)
export(bridge_metrics)
export(bridge_metrics_excluded)
export(community_scores)
export(find_bridge_communities)
export(membershipStab)
export(mixMN)
export(multimixMN)
export(update_palette)
importFrom(EGAnet,community.homogenize)
importFrom(EGAnet,net.loads)
importFrom(colorspace,qualitative_hcl)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,betweenness)
importFrom(igraph,cluster_edge_betweenness)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,cluster_infomap)
importFrom(igraph,cluster_louvain)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,distances)
importFrom(igraph,ecount)
importFrom(igraph,get.all.shortest.paths)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,is_directed)
importFrom(igraph,simplify)
importFrom(igraph,vcount)
importFrom(magrittr,"%>%")
importFrom(mgm,mgm)
importFrom(networktools,bridge)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(qgraph,centrality)
importFrom(rlang,.data)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
