Learn R Programming

NetworkToolbox (version 0.0.1.0)

edgerep: Edge Replication

Description

Computes the number of edges that replicate between two cross-sectional networks

Usage

edgerep(A, B)

Arguments

A

An adjacency matrix of network A

B

An adjacency matrix of network B

Value

Returns the number of edges that replicate

Examples

Run this code
# NOT RUN {
numberofedges<-edgerep(A,B)
# }

Run the code above in your browser using DataLab