group8lab3/R/wiki_graph.R

#' Wiki Graph
#'
#' This dataset contains a basic graph that is used on the wikipedia page of Dijkstra's algorithm.
#'
#' @format A dataframe containing three columns with three variables (\code{v1}, \code{v2} and \code{w}). \code{v1} and \code{v2} represent the nodes that are connected and \code{w} represents the respective weight.
#'
#' @source \url{https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)}
#'
"wiki_graph"
bayubeta/group8lab3 documentation built on Nov. 3, 2019, 2:08 p.m.