Sample_2: An network X of 6 nodes and an augmented network Y with 7...

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 6 nodes for network g1 and 7 nodes 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
## Not run: 
	data(Sample_2)
	complete_network(g1,g2)

## End(Not run)
##          disconnected nodes shortcuts equals detours dead ends
##                           0         0      1       8         6
##          Dead ends or detour total user time system time real time
##                            0    15     0.656       0.049     1.023
# Total new nodes in g2:	1	
# Number of edges in g2:	7	
# Number of nodes in g2:	7	
# Number of nodes in g1:	6	
# ====================================
# x2	x1	Dead
# x3	x2	Dead
# x4	x2	Dead
# x5	x2	Detour
# x3	x1	Dead
# x5	x4	Detour
# x6	x2	Detour
# x4	x1	Dead
# x6	x4	Detour
# x4	x3	Dead
# x5	x1	Detour
# x5	x3	Detour
# x6	x1	Detour
# x6	x3	Detour
# x6	x5	Equal
#====================================        

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