Sample_1: An original network X with 11 nodes and an augmented network...

Description Usage Format Examples

Description

This file contains two artificial networks used to illustrate the application of the SDDE package.

Usage

1

Format

A data frame with 11 nodes for network g1 and 14 observations for network g2:

g1

An original igraph network

g2

An augmented igraph network

Examples

 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
## Not run: 
	data(Sample_1)
	complete_network(g1,g2);

## End(Not run)
##        disconnected nodes shortcuts equals detours dead ends
##                        18         4      5      26         2
##        Dead ends or detour total user time system time real time
##                          0    55     0.807       0.081     1.889
## (log.txt with the verbose option)  
# Total new nodes in g2:	3	
# Number of edges in g2:	17	
# Number of nodes in g2:	14	
# Number of nodes in g1:	11	
# ====================================
# x3	x1	Detour
# x4	x2	Detour
# x2	x1	Detour
# x7	x1	Detour
# x7	x3	Detour
# x3	x2	Detour
# x5	x2	Detour
# x4	x1	Detour
# x4	x3	Detour
# x5	x4	Detour
# x7	x2	Detour
# x9	x1	Equal
# x7	x4	Dead
# x9	x3	Detour
# x5	x1	Detour
# x9	x7	Detour
# x10	x2	Disconnected nodes 
# x10	x4	Disconnected nodes 
# x10	x5	Disconnected nodes 
# x5	x3	Detour
# x6	x1	Equal
# x6	x3	Detour
# x5	x7	Detour
# x9	x2	Equal
# x6	x7	Detour
# x6	x9	Detour
# x8	x2	Shortcut
# x9	x4	Detour
# x8	x4	Equal
# x9	x5	Detour
# x10	x1	Disconnected nodes 
# x10	x3	Disconnected nodes 
# x10	x7	Disconnected nodes 
# x10	x9	Disconnected nodes 
# x6	x2	Detour
# x8	x5	Detour
# x8	x10	Disconnected nodes 
# x11	x1	Disconnected nodes 
# x11	x3	Disconnected nodes 
# x11	x7	Disconnected nodes 
# x11	x9	Disconnected nodes 
# x11	x6	Disconnected nodes 
# x6	x4	Detour
# x6	x5	Detour
# x6	x10	Disconnected nodes 
# x8	x1	Shortcut
# x8	x3	Shortcut
# x8	x7	Equal
# x8	x9	Detour
# x8	x6	Shortcut
# x11	x2	Disconnected nodes 
# x11	x4	Disconnected nodes 
# x11	x5	Disconnected nodes 
# x11	x10	Dead end
# x11	x8	Disconnected nodes 
# ====================================

SDDE documentation built on May 1, 2019, 9:01 p.m.