export(fromIgraph)
export(multigraphCreate)
export(surCoin)
export(allNet)
export(netCoin)
export(netCorr)
export(edgeList)
export(coin)
export(coocur)
export(print.coin)
S3method(print, coin)
export(print.cooc)
S3method(print, cooc)
export(print.netCoin)
S3method(print, netCoin)
export(print.barCoin)
S3method(print, barCoin)
export(print.timeCoin)
S3method(print, timeCoin)
export(plot.coin)
S3method(plot, coin)
export(plot.netCoin)
S3method(plot, netCoin)
export(plot.barCoin)
S3method(plot, barCoin)
export(plot.timeCoin)
S3method(plot, timeCoin)
export(summary.coin)
S3method(summary, coin)
export(summary.netCoin)
S3method(summary, netCoin)
export(summary.barCoin)
S3method(summary, barCoin)
export(summary.timeCoin)
S3method(summary, timeCoin)
export(lower)
export(sim)
export(distant)
export(dichotomize)
export(asNodes)
export(toIgraph)
export(timeCoin)
export(cbarCoin)
export(barCoin)
export(expectedList)
export(layoutPolygon)
importFrom(grDevices,hsv)
importFrom(utils, head, browseURL)
importFrom(stats, as.dist, na.omit, phyper, pt, cor, var, fisher.test)
importFrom(igraph, V, graph.empty, add.vertices, add.edges, get.edgelist, list.vertex.attributes, get.vertex.attribute, list.edge.attributes, get.edge.attribute)
importFrom(igraph, layout.davidson.harel, layout.drl, layout.circle, layout.fruchterman.reingold, layout.gem, layout.grid, layout.kamada.kawai)
importFrom(igraph, layout.lgl, layout.mds, layout.random, layout.reingold.tilford, layout.star, layout.sugiyama)
importFrom(igraph, cluster_edge_betweenness, cluster_fast_greedy, cluster_label_prop, cluster_leading_eigen)
importFrom(igraph, cluster_louvain, cluster_optimal, cluster_spinglass, cluster_walktrap, membership)
importFrom(Matrix, Matrix, diag)
importFrom(haven, as_factor)
