new_networkModel: Create an empty network model

View source: R/ui_model-building.R

new_networkModelR Documentation

Create an empty network model

Description

The first step in building a network model is to create a new, empty networkModel object. This model can then be completed using functions such as set_topo(), set_init(), etc...

Usage

new_networkModel(quiet = FALSE)

Arguments

quiet

Boolean, if FALSE print a message indicating which distribution family is used for proportions.

Value

An empty networkModel object. It is basically a zero-row tibble with the appropriate columns.

Examples

m <- new_networkModel()
m
class(m)


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.