-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
61 lines (60 loc) · 1.26 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
58
59
60
61
reference:
- title: Nodes and Edges
desc: >
Create, extract, and transform nodes and edges objects
contents:
- create_node_labels
- get_node_list
- create_edge_list
- append_edge_lists
- edges_to_sf
- connectivity_matrix
- append_matrix
- matrix_to_edge_list
- title: Detect neighbors
desc: >
Methods to detect neighbors using chess movements
contents:
- pawn
- fool
- rook
- bishop
- bishop_right
- bishop_left
- knight
- knight_right
- knight_left
- queen
- wizard
- title: Visualization tools
desc: >
Functions to visualize networks objects
contents:
- gg_chessboard
- geom_node
- geom_neighbors
- geom_edges
- gg_matrix
- title: Distances computation
desc: >
Compute distances between nodes
contents:
- distance_euclidean
- title: Objects for MEM
desc: >
Create objects to be used in Moran's Eigenvector Maps (MEM)
contents:
- edges_weights_matrix
- spatial_weights_matrix
- title: Objects for AEM
desc: >
Create objects to be used in Asymetric Eigenvector Maps (AEM)
contents:
- nodes_by_edges_matrix
- edges_weights_vector
articles:
- title: Articles
navbar: ~
contents:
- chess-pieces
- visualization-tools