-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
57 lines (51 loc) · 1.38 KB
/
_pkgdown.yml
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
url: https://agoutsmedt.github.io/networkflow/
template:
bootstrap: 5
bootswatch: solar
theme: arrow-dark
reference:
- title: "Step 1: Creating networks"
desc: >
Functions for creating one or multiple networks and to filter the networks.
contents:
- build_dynamic_networks
- filter_components
- title: "Step 2: Clustering"
desc: >
Functions for detected clusters and manipulate them.
contents:
- add_clusters
- merge_dynamic_clusters
- name_clusters
- title: "Step 3: Plot networks"
desc: >
Functions for preparing the plots of networks and for plotting them.
contents:
- layout_networks
- minimize_crossing_alluvial
- color_networks
- prepare_label_alluvial
- prepare_label_networks
- plot_alluvial
- plot_networks
- title: "Step 4: Analysis networks"
desc: >
Functions for exploring the content of the networks.
contents:
- extract_tfidf
- title: "Included datasets"
desc: "Data on articles about stagflation from Goutsmedt (2021) 'From the Stagflation to the Great Inflation'"
- contents:
- contains("stagflation")
- ends_with("coupling")
- title: "Deprecated functions"
desc: >
Functions that have been replaced or will be replaced soon.
contents:
- starts_with("community")
- dynamic_network_cooccurrence
- intertemporal_cluster_naming
- leiden_workflow
- networks_to_alluv
- tbl_main_component
- top_nodes