R/wiki_graph.R

#' An example of a weighted graph from Wikipedia.
#'
#' A weighted graph containing 6 nodes.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{Start of the edge}
#'   \item{v2}{End of the edge}
#'   \item{w}{Weight of the edge}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstras_algorithm/}
"wiki_graph"
simal451/lab3mohal954simal451 documentation built on Dec. 23, 2021, 2:23 a.m.