R/wiki_graph.R

#' A graph dataset is present here
#'
#' A dataset containing the source, destination and weight of each node
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{source node}
#'   \item{v2}{destination node}
#'   \item{w}{weight or distance}
#'   ...
#' }
"wiki_graph"
anubhav-dikshit/rLab3 documentation built on May 9, 2019, 4:03 a.m.