network_null: Create null networks

Description Usage Arguments Author(s)

View source: R/aux_functions.R

Description

Create null networks

Usage

1
2
3
4
5
network_null(
  am,
  returns = c("graph", "matrix", "edgelist"),
  null = c("edge", "deg", "latt", "clust")
)

Arguments

am

association matrix network

returns

format for output - either "graph", "matrix" or "edgelist"

null

type of simulation to perform "edge" = randomised edges, "deg" = degrees retained, "latt" = lattice, "clust" = clustered

Author(s)

Josh Firth


lgs85/covidsch documentation built on May 24, 2020, 4:31 a.m.