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"

Try the onadata package in your browser

Any scripts or data that you put into this service are public.

onadata documentation built on Jan. 25, 2022, 1:10 a.m.