Matching vertex attributes across a list of edgelists R
问题 I have a list of directed networks list(structure(list(nominator1 = structure(c(3L, 4L, 1L, 2L), .Label = c("Angela", "Jeff", "Jim", "Pam"), class = "factor"), nominee1 = structure(c(1L, 2L, 3L, 2L), .Label = c("Andy", "Angela", "Jeff"), class = "factor")), class = "data.frame", row.names = c(NA, -4L)), structure(list(nominator2 = structure(c(4L, 1L, 2L, 3L ), .Label = c("Eric", "Jamie", "Oscar", "Tim"), class = "factor"), nominee2 = structure(c(1L, 3L, 2L, 3L), .Label = c("Eric", "Oscar",