R/edges-data.R

#' Edges
#'
#' An example of a data frame which include the columns 'from' and 'to' in this
#' order. A vertex name 'n' does not exist.
#'
#' @format A data frame with 7 rows and 2 columns:
#' \describe{
#'   \item{from}{A vertex name from which a directed edge comes.}
#'   \item{to}{A vertex name to which a directed edge comes.}
#' }
#'
#' @source Generated for examples in this package.
#' @keywords dataset
#' @name edges
'edges'

Try the rcausim package in your browser

Any scripts or data that you put into this service are public.

rcausim documentation built on June 24, 2024, 5:06 p.m.