R/wiki_graph.R

#' A dataset called wiki_graph used to check the output of dijkstra algorithm.
#'
#' @format A data frame with 54 rows and 3 variables:
#' \describe{
#'   \item{v1}{A vector inside the wiki_graph dataframe containing the first edge.}
#'   \item{v2}{A vector inside the wiki_graph dataframe containing the second edge.}
#'   \item{w}{A vector inside the wiki_graph dataframe containing the weight between different edges.}
#'   ...
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph/}
"wiki_graph"
abkw/lab03 documentation built on Oct. 31, 2019, 1:55 a.m.