R/data-koenigsberg.R

#' Bridges of Koenigsberg edgelist
#'
#' Edgelist of network of places connected by bridges in the city of Koenigsberg
#'
#' @format A dataframe with 7 rows and 2 variables:
#' \describe{
#' \item{from}{Place name}
#' \item{to}{Place name}
#' }
#' 
#' @source \href{https://archive.org/details/commentariiacade08impe/page/128/mode/2up}{Euler, 1736}
#' 
#' @examples
#' koenigsberg
"koenigsberg"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.