lastnet: Get last interaction between each pair of nodes

Description Usage Arguments Value Examples

View source: R/lastnet.R

Description

Get last interaction between each pair of nodes

Usage

1

Arguments

df

a dataframe with two variables, winners and losers

Value

a list with each element being the network object derived from the last interaction for each pair of nodes up to that row of the dataframe

Examples

1
2
3
4
df<-data.frame(winner=c(1,2,3,1,2,3,2,1,2,3,3,1,2,3,4,3,1,3,2,1,1,1,1,2,2),
loser=c(2,4,4,4,3,2,1,3,3,4,4,2,3,2,3,4,2,4,3,3,3,2,2,4,3)
)
lastnet(df)

hierformR documentation built on May 30, 2017, 2:08 a.m.