R/wiki_graph.R

#' Wiki_graph data
#'
#' A sample dataset using for dijkstra function.
#' 
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{price, in US dollars}
#'   \item{v2}{weight of the diamond, in carats}
#'   \item{w}{ein Text}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra\%27s_algorithm}
"wiki_graph"
Philhoels/Lab3AdvR documentation built on May 9, 2019, 3:28 a.m.