tests/testthat/_snaps/DAG.network_S3.md

print, undirected, unweighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 un-directed un-weighted edges

print, undirected, weighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 un-directed weighted edges

print, directed, unweighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 directed un-weighted edges

print, directed, weighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 directed weighted edges

print, using a network generating function

A DAG.network object specifying a network structure with:
  - name: 'A'
  - net: A function to generate a custom network

summary, undirected, unweighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 un-directed un-weighted edges

summary, undirected, weighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 un-directed weighted edges

summary, directed, unweighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 directed un-weighted edges

summary, directed, weighted network

A DAG.network object specifying a network structure with:
  - name: 'A'
  - 10 vertices
  - 5 directed weighted edges

summary, using a network generating function

A DAG.network object specifying a network structure with:
  - name: 'A'
  - net: A function to generate a custom network


Try the simDAG package in your browser

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

simDAG documentation built on Aug. 28, 2025, 1:08 a.m.