Learn R Programming

SDDE (version 1.0.0)

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

Description

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

Usage

data(Sample_2)

Arguments

encoding

ISO-8859-2

Examples

Run this code
data(Sample_2)
	complete_network(g1,g2)
##          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
#====================================

Run the code above in your browser using DataLab