R/wiki_graph.R

#' A dataset containing 3 columns with nodes, their connection and their
#' associated weight.
#' @title Wiki graph sample data.
#' @description Sample data from wikipedia page.
#' @docType data
#'
#' @format A dataframe with 3 columns.
#' \describe{
#'   \item{v1}{From node, numeric.}
#'   \item{v2}{To node, numeric}
#'   \item{w}{Associated weight, numeric}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph#Mathematics}
"wiki_graph"
OLGJ/easyalgorithms documentation built on Dec. 18, 2021, 4:41 a.m.