R/data-dolphins.R

#' Bottlenose dolphin social network
#'
#' Edgelist of network of frequent interaction between bottlenose dolphins in Doubtful Sound, New Zealand 
#'
#' @format A dataframe with 159 rows and 2 variables:
#' \describe{
#' \item{from}{Dolphin ID}
#' \item{to}{Dolphin ID}
#' }
#' 
#' @source \href{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1809954/pdf/14667378.pdf}{Lusseau et al, 2003}
#' 
#' @examples
#' dolphins
"dolphins"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.