R/wiki_graph.r

#' @title wiki_graph data
#' 
#' @description wiki_graph: DataFrame containing three columns (v1, v2, w) and 18 entries.
#' @docType data
#' @format The \code{data.frame} contains 3 variables:
#' \describe{
#'   \item{v1}{nodes}
#'   \item{v2}{nodes}
#'   \item{w}{weights between the nodes}
#' }
#'
#'
"wiki_graph"
senseiyukisan/732A94 documentation built on Sept. 18, 2020, 12:56 p.m.