R/wiki_graph.R

#' A data set containing a graph taken from the Wikipedia page of Dijkstra's algorithm.
#'@format A data frame with 18 rows and 3 variables.
#'\describe{
#'   \item{v1}{Edges}
#'   \item{v2}{Edges}
#'   \item{w}{Weight of the edges}
#'   }
#'@source \url{https://en.wikipedia.org/wiki/Dijkstra\%27s_algorithm}
"wiki_graph"
drowsygoat/lab3.package documentation built on Dec. 20, 2021, 1:19 a.m.