export(fromIgraph)
export(multigraphCreate)
export(surCoin)
export(allNet)
export(netCoin)
export(netCorr)
export(edgeList)
export(coin)
export(print.coin)
S3method(print, coin)
export(print.netCoin)
S3method(print, netCoin)
export(lower)
export(sim)
export(distant)
export(dichotomize)
export(asNodes)
export(asIgraph)
export(timeCoin)
export(cbarCoin)
export(barCoin)
export(expectedList)
importFrom(utils, head, browseURL)
importFrom(stats, as.dist, na.omit, phyper, pt, cor, var)
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)
