powered by
Prints a descriptive overview of the model structure, including stock-flow topology, variable names, and simulation settings. For model diagnostics, use summary().
summary()
# S3 method for stockflow print(x, ...)
Invisibly returns x
x
A stock-and-flow model object of class stockflow
stockflow
Additional arguments (unused)
summary.stockflow(), dependencies()
summary.stockflow()
dependencies()
sfm <- stockflow("SIR") print(sfm)
Run the code above in your browser using DataLab