edges {rcausim} | R Documentation |
Edges
Description
An example of a data frame which include the columns 'from' and 'to' in this order. A vertex name 'n' does not exist.
Usage
edges
Format
A data frame with 7 rows and 2 columns:
- from
A vertex name from which a directed edge comes.
- to
A vertex name to which a directed edge comes.
Source
Generated for examples in this package.
[Package rcausim version 0.1.1 Index]