#' @title The wiki_graph dataset
#'
#' @description The wiki_graph dataset
#'
#'
#' The wiki_graph is a dataset that has 18 observation and 3 variables.
#' The name of the variables are "v1","v2" and "w". These repesent the nodes
#' and the weight of each node.
#'
#' The wiki_graph can be used with the \code{\link{dijkstra}} function.
#'
#' @source \url{http://en.wikipedia.org/wiki/Dijkstras_algorithm}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.