Igraph’ October 6, 2020 Version 1.2.6 Title Network Analysis and Visualization Author See AUTHORS file
Total Page:16
File Type:pdf, Size:1020Kb
Package ‘igraph’ October 6, 2020 Version 1.2.6 Title Network Analysis and Visualization Author See AUTHORS file. Maintainer Gábor Csárdi <[email protected]> Description Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more. Depends methods Imports graphics, grDevices, magrittr, Matrix, pkgconfig (>= 2.0.0), stats, utils Suggests ape, digest, graph, igraphdata, rgl, scales, stats4, tcltk, testthat, withr License GPL (>= 2) URL https://igraph.org SystemRequirements gmp (optional), libxml2 (optional), glpk (optional) BugReports https://github.com/igraph/igraph/issues Encoding UTF-8 RoxygenNote 7.1.1 Collate 'adjacency.R' 'auto.R' 'assortativity.R' 'attributes.R' 'basic.R' 'bipartite.R' 'centrality.R' 'centralization.R' 'cliques.R' 'cocitation.R' 'cohesive.blocks.R' 'community.R' 'components.R' 'console.R' 'conversion.R' 'data_frame.R' 'decomposition.R' 'degseq.R' 'demo.R' 'embedding.R' 'epi.R' 'fit.R' 'flow.R' 'foreign.R' 'games.R' 'glet.R' 'hrg.R' 'igraph-package.R' 'incidence.R' 'indexing.R' 'interface.R' 'iterators.R' 'layout.R' 'layout_drl.R' 'lazyeval.R' 'make.R' 'minimum.spanning.tree.R' 'motifs.R' 'nexus.R' 'operators.R' 'other.R' 'package.R' 'palette.R' 'par.R' 'paths.R' 'plot.R' 'plot.common.R' 'plot.shapes.R' 'pp.R' 'print.R' 'printr.R' 'random_walk.R' 'rewire.R' 'scan.R' 'scg.R' 'sgm.R' 'similarity.R' 'simple.R' 'sir.R' 'socnet.R' 'sparsedf.R' 1 2 R topics documented: 'structural.properties.R' 'structure.info.R' 'test.R' 'tkplot.R' 'topology.R' 'triangles.R' 'utils.R' 'uuid.R' 'versions.R' 'weakref.R' 'zzz-deprecate.R' NeedsCompilation yes Repository CRAN Date/Publication 2020-10-06 12:40:05 UTC R topics documented: igraph-package . .9 +.igraph . 12 add_edges . 14 add_layout_ . 15 add_vertices . 16 adjacent_vertices . 17 all_simple_paths . 17 alpha_centrality . 18 are_adjacent . 20 arpack_defaults . 21 articulation_points . 25 as.directed . 26 as.igraph . 28 assortativity . 29 as_adjacency_matrix . 31 as_adj_list . 32 as_data_frame . 33 as_edgelist . 35 as_graphnel . 36 as_ids . 37 as_incidence_matrix . 38 as_long_data_frame . 39 as_membership . 40 authority_score . 41 automorphisms . 42 bfs.............................................. 43 biconnected_components . 46 bipartite_mapping . 47 bipartite_projection . 48 c.igraph.es . 50 c.igraph.vs . 50 canonical_permutation . 51 categorical_pal . 53 centralize . 54 centr_betw . 56 centr_betw_tmax . 57 centr_clo . 57 centr_clo_tmax . 58 R topics documented: 3 centr_degree . 59 centr_degree_tmax . 60 centr_eigen . 61 centr_eigen_tmax . 62 cliques . 63 closeness . 65 cluster_edge_betweenness . 67 cluster_fast_greedy . 69 cluster_infomap . 70 cluster_label_prop . 72 cluster_leading_eigen . 73 cluster_louvain . 76 cluster_optimal . 77 cluster_spinglass . 79 cluster_walktrap . 82 cocitation . 83 cohesive_blocks . 84 compare . 89 complementer . 90 component_distribution . 91 component_wise . 93 compose . 93 consensus_tree . 95 console . 96 constraint . 96 contract . 98 convex_hull . 99 coreness . 100 count_isomorphisms . 101 count_motifs . 102 count_subgraph_isomorphisms . 103 count_triangles . 104 curve_multiple . 105 decompose . 106 degree . 107 delete_edges . 109 delete_edge_attr . 109 delete_graph_attr . 110 delete_vertex_attr . 111 delete_vertices . 112 dfs.............................................. 112 diameter . 115 difference . 116 difference.igraph . 117 difference.igraph.es . 118 difference.igraph.vs . 119 dim_select . ..