Igraph’ Documentation of August 16, 2008
Total Page:16
File Type:pdf, Size:1020Kb
Package ‘igraph’ documentation of August 16, 2008 Version 0.5.1 Date Feb 14, 2008 Title Routines for simple graphs, network analysis. 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 stats4, rgl, tcltk, RSQLite, digest, graph, Matrix License GPL (>= 2) URL http://cneurocvs.rmki.kfki.hu/igraph R topics documented: igraph-package . .4 aging.prefatt.game . .5 alpha.centrality . .7 arpack . .9 articulation.points . 13 as.directed . 14 attributes . 15 barabasi.game . 17 betweenness . 19 biconnected.components . 21 bonpow . 22 canonical.permutation . 24 1 2 R topics documented: cliques . 26 closeness . 27 clusters . 29 cocitation . 30 cohesive.blocks . 31 edge.betweenness.community . 33 communities . 35 components . 36 constraint . 37 conversion . 38 decompose.graph . 39 degree . 40 degree.sequence.game . 41 diameter . 43 dyad.census . 44 edge.connectivity . 45 erdos.renyi.game . 46 evcent . 47 revolver ........................................... 49 fastgreedy.community . 53 forest.fire.game . 54 get.adjlist . 56 girth . 57 graph.adjacency . 58 Graphs from adjacency lists . 61 graph.automorphisms . 62 graph.constructors . 64 graph.data.frame . 66 graph.de.bruijn . 68 graph.density . 69 graph.famous . 70 graph.formula . 72 graph.graphdb . 74 graph-isomorphism . 76 graph.kautz . 79 graph.coreness . 80 graph.laplacian . 81 graph.lcf . 82 graph.maxflow . 83 graph-motifs . 85 igraph from/to graphNEL conversion . 86 graph.structure . 87 grg.game . 88 growing.random.game . 89 igraph-parameters . 90 igraph.sample . 91 Vertex shapes . 92 independent.vertex.sets . 93 R topics documented: 3 is.igraph . 95 is.multiple . 95 is.mutual . 97 iterators . 98 kleinberg . 100 layout.drl . 102 layout.merge . 104 layout . 105 leading.eigenvector.community . 109 line.graph . 112 measure.dynamics . 113 minimum.spanning.tree . 114 modularity . 116 neighborhood . 117 graph-operators . 118 page.rank . 120 permute.vertices . 122 plot.bgraph . 123 Drawing graphs . 124 plot.igraph . 130 power.law.fit . 131 preference.game . 132 print.igraph . 133 read.graph . 134 reciprocity . ..