# Generated by roxygen2: do not edit by hand

S3method(plot,blockmodel)
S3method(plot,igraph)
S3method(print,blockmodel)
S3method(print,summary.netlm)
S3method(summary,netlm)
export("%>%")
export(.E)
export(.G)
export(.N)
export(as.network)
export(as_igraph)
export(as_matrix)
export(as_network)
export(as_tidygraph)
export(blockmodel_concor)
export(create_complete)
export(create_components)
export(create_empty)
export(create_ring)
export(create_star)
export(generate_random)
export(graph_betweenness)
export(graph_closeness)
export(graph_clustering)
export(graph_degree)
export(is.igraph)
export(is.network)
export(is.tbl_graph)
export(is_bipartite)
export(is_directed)
export(is_labelled)
export(is_twomode)
export(is_weighted)
export(netlm)
export(node_betweenness)
export(node_closeness)
export(node_constraint)
export(node_degree)
export(node_eigenvector)
export(node_smallworld)
export(project_cols)
export(project_rows)
export(read_ucinet)
export(with_graph)
export(write_ucinet)
import(tidygraph)
importFrom(dplyr,bind_cols)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(igraph,V)
importFrom(igraph,bipartite.projection)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_incidence_matrix)
importFrom(igraph,is.bipartite)
importFrom(igraph,is.directed)
importFrom(igraph,is.igraph)
importFrom(igraph,is.named)
importFrom(igraph,is.weighted)
importFrom(igraph,is_bipartite)
importFrom(igraph,mean_distance)
importFrom(igraph,sample_bipartite)
importFrom(magrittr,"%>%")
importFrom(network,as.matrix.network.adjacency)
importFrom(network,as.matrix.network.incidence)
importFrom(network,as.network)
importFrom(network,is.network)
importFrom(purrr,map)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,printCoefmat)
importFrom(stats,r2dtable)
importFrom(tibble,rownames_to_column)
importFrom(tidygraph,.E)
importFrom(tidygraph,.G)
importFrom(tidygraph,.N)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,is.tbl_graph)
importFrom(tidygraph,with_graph)
importFrom(tidyr,pivot_longer)
