Learn R Programming

isotracer (version 1.1.8)

new_networkModel: 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)

Value

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

Arguments

quiet

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

Examples

Run this code
m <- new_networkModel()
m
class(m)

Run the code above in your browser using DataLab