R/data-netscience.R

#' Network Science collaboration network
#'
#' Edgelist of network of academic collaboration between network scientists
#'
#' @format A dataframe with 2742 rows and 3 variables:
#' \describe{
#' \item{from}{Scientist name}
#' \item{to}{Scientist name}
#' \item{weight}{Measure of strength of collaboration}
#' }
#' 
#' @source \href{https://journals.aps.org/pre/abstract/10.1103/PhysRevE.74.036104}{Newman, 2006}
#' 
#' @examples
#' netscience
"netscience"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.