-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
106 lines (106 loc) · 2.53 KB
/
_pkgdown.yml
File metadata and controls
106 lines (106 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
url: https://heavywatal.github.io/rigraphlite/
template:
bootstrap: 5
llm-docs: false
destination: docs
reference:
- title: R Interface
- contents:
- igraph_ptr
- as_igraph
- graph_from_data_frame
- title: Basic Interface
desc: https://igraph.org/c/doc/igraph-Basic.html
- contents:
- graph_empty
- basic-query
- basic-adjacent
- add-delete
- basic-macros
- title: Data Structure
desc: https://igraph.org/c/doc/igraph-Data-structures.html
- contents:
- as_adjlist
- title: Random numbers
desc: https://igraph.org/c/doc/igraph-Random.html
- contents:
- igraph_rng_seed
- title: Graph Generators
- subtitle: Deterministic Graph Generators
desc: https://igraph.org/c/doc/igraph-Generators.html
- contents:
- graph_create
- graph_star
- graph_hypercube
- graph_square_lattice
- graph_lcf
- graph_tree
- graph_full
- graph_famous
- subtitle: Stochastic Graph Generators ("games")
desc: https://igraph.org/c/doc/igraph-Games.html
- contents:
- erdos_renyi_game_gnm
- degree_sequence_game
- watts_strogatz_game
- title: Attributes of Graph, Vertices, and Edges
desc: https://igraph.org/c/doc/igraph-Attributes.html
- contents:
- Vattr
- Vnames
- igraph_from
- title: Structural Properties
desc: https://igraph.org/c/doc/igraph-Structural.html
- contents:
- are_adjacent
- distances
- paths
- global_efficiency
- neighborhood
- components
- centrality
- is_simple
- title: Graph cycles
desc: https://igraph.org/c/doc/igraph-Cycles.html
- contents:
- is_acyclic
- is_eulerian
- title: Cliques and independent vertex sets
desc: https://igraph.org/c/doc/igraph-Cliques.html
- contents:
- cliques
- independent
- title: Graph isomorphism
desc: https://igraph.org/c/doc/igraph-Isomorphism.html
- contents:
- isomorphic
- permutation
- title: Generating Layouts for Graph Drawing
desc: https://igraph.org/c/doc/igraph-Layout.html
- contents:
- layout_random
- layout_reingold_tilford
- layout_nicely
- starts_with("augment")
- starts_with("plot")
- title: Miscellaneous operators
desc: https://igraph.org/c/doc/igraph-Operators.html
- contents:
- ends_with("subgraph")
- title: Non-graph related functions
desc: https://igraph.org/c/doc/igraph-Nongraph.html
- contents:
- ends_with("version")
- common_params
- title: Reading and writing graphs from and to files
desc: https://igraph.org/c/doc/igraph-Foreign.html
- contents:
- read_graph
- write_graph
- title: Other Packages
- contents:
- as_phylo
- as_tbl_tree
- is_sink
- find_common_ancestors
- upstream_vertices