Package 'Igraph'
Total Page:16
File Type:pdf, Size:1020Kb
Package ‘igraph’ June 16, 2012 Version 0.6 Date Jun 11, 2012 Title Network analysis and visualization Author Gabor Csardi <[email protected]> Maintainer Gabor Csardi <[email protected]> Description Routines for simple graphs and network analysis. igraph can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality indices and much more. Depends stats Suggests igraphdata, stats4, rgl, tcltk, graph, Matrix, ape License GPL (>= 2) URL http://igraph.sourceforge.net SystemRequirements gmp, libxml2 R topics documented: igraph-package . .5 aging.prefatt.game . .7 alpha.centrality . .9 arpack . 10 articulation.points . 14 as.directed . 15 as.igraph . 16 assortativity . 17 attributes . 19 autocurve.edges . 21 barabasi.game . 22 betweenness . 24 biconnected.components . 26 bipartite.mapping . 27 bipartite.projection . 28 bonpow . 29 canonical.permutation . 31 1 2 R topics documented: centralization . 33 cliques . 35 closeness . 37 clusters . 38 cocitation . 39 cohesive.blocks . 40 Combining attributes . 44 communities . 47 community.to.membership . 50 compare.communities . 51 components . 52 constraint . 53 contract.vertices . 54 conversion . 55 conversion between igraph and graphNEL graphs . 56 convex.hull . 58 decompose.graph . 58 degree . 59 degree.sequence.game . 60 dendPlot . 62 dendPlot.communities . 62 dendPlot.igraphHRG . 65 diameter . 67 dominator.tree . 68 Drawing graphs . 69 dyad.census . 75 eccentricity . 76 edge.betweenness.community . 77 edge.connectivity . 78 erdos.renyi.game . 80 evcent . 81 fastgreedy.community . 83 forest.fire.game . 84 get.adjlist . 85 get.edge.ids . 86 get.incidence . 87 get.stochastic . 88 girth . 89 graph-isomorphism . 90 graph-motifs . 94 graph-operators . 95 graph-operators-by-name . 97 graph.adjacency . 99 graph.automorphisms . 101 graph.bfs . 103 graph.bipartite . 105 graph.constructors . 106 graph.coreness . 108 graph.data.frame . 109 graph.de.bruijn . 111 graph.density . 112 graph.dfs . 113 R topics documented: 3 graph.diversity . 115 graph.famous . 116 graph.formula . 118 graph.full.bipartite . 120 graph.graphdb . 121 graph.incidence . 123 graph.kautz . 124 graph.knn . 125 graph.laplacian . 126 graph.lcf . 127 graph.matching . 128 graph.maxflow . 129 graph.strength . 132 graph.structure . 133 Graphs from adjacency lists . 139 grg.game . ..