Learn R Programming

sdbuildR (version 2.0.0)

print.stockflow: Print overview of stock-and-flow model

Description

Prints a descriptive overview of the model structure, including stock-flow topology, variable names, and simulation settings. For model diagnostics, use summary().

Usage

# S3 method for stockflow
print(x, ...)

Value

Invisibly returns x

Arguments

x

A stock-and-flow model object of class stockflow

...

Additional arguments (unused)

See Also

summary.stockflow(), dependencies()

Examples

Run this code
sfm <- stockflow("SIR")
print(sfm)

Run the code above in your browser using DataLab