# Generated by roxygen2: do not edit by hand

S3method(as_igraph,data.frame)
S3method(as_igraph,igraph)
S3method(as_igraph,matrix)
S3method(as_igraph,network)
S3method(as_igraph,tbl_graph)
S3method(as_matrix,data.frame)
S3method(as_matrix,igraph)
S3method(as_matrix,matrix)
S3method(as_matrix,network)
S3method(as_matrix,tbl_graph)
S3method(as_network,data.frame)
S3method(as_network,igraph)
S3method(as_network,matrix)
S3method(as_network,network)
S3method(as_network,tbl_graph)
S3method(as_tidygraph,data.frame)
S3method(as_tidygraph,igraph)
S3method(as_tidygraph,matrix)
S3method(as_tidygraph,network)
S3method(as_tidygraph,tbl_graph)
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(ggevolution)
export(gglineage)
export(ggraphgrid)
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(plot_releases)
export(project_cols)
export(project_rows)
export(read_ucinet)
export(to_unnamed)
export(to_unweighted)
export(with_graph)
export(write_ucinet)
import(ggplot2)
import(lubridate)
import(tidygraph)
importFrom(dplyr,bind_cols)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
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_x_reverse)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_void)
importFrom(ggraph,create_layout)
importFrom(ggraph,geom_conn_bundle)
importFrom(ggraph,geom_edge_diagonal)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,get_con)
importFrom(ggraph,ggraph)
importFrom(gridExtra,grid.arrange)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(igraph,V)
importFrom(igraph,as_edgelist)
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(jsonlite,fromJSON)
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,ave)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,printCoefmat)
importFrom(stats,r2dtable)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
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)
