R/coauthorship.R

#' Coauthorship network
#'
#' Coauthorship network of scientists from University of Warsaw and their 
#' externa co-workers. Relation indicates pairs of people who has authored 
#' at least one publication together.
#' 
#' Node attributes include authors' direct affiliation and also their affiliation
#' to faculty.
#'
#' @docType data
#' @name coauthorship
#'
#' @format
#' Object of class igraph of size 10114, undirected.
#'
#' @source
#' Own calculation
#'
NULL
mbojan/isnar documentation built on Feb. 18, 2021, 4:38 a.m.