R/wiki_graph.R

#' Wiki Graph Data
#'
#'
#' @format A data frame with 18 rows and 3 variables
#' \describe{
#'   \item{v1}{id of the source vertices}
#'   \item{v2}{id of the destination vertices}
#'   \item{w}{weight of the path taken}
#' }
#' @source <https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm>
"wiki_graph"
mariatreesa/Lab3R documentation built on July 9, 2020, 9:19 p.m.