R/wiki_graph.R

#' wiki_graph dataset to be used as an graph argument for dijkstra function
#' data.frame with three variables (v1, v2 and w)
#' v1 and v2 are the edges of the graph with the weight of the edge w
#'
#' @docType data
#'
#' @usage data(wiki_graph)
#' @keywords datasets
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm}
"wiki_graph"
jasleen8713/RPackages_Lab3 documentation built on May 9, 2019, 5:06 a.m.