powered by
Prints the first rows of the simulation results in wide format. For a statistical summary per variable use summary().
# S3 method for simulate_stockflow print(x, ...)
Invisibly returns x
x
A simulation result of class simulate_stockflow
simulate_stockflow
Additional arguments (unused)
simulate.stockflow(), summary.simulate_stockflow(), plot.simulate_stockflow(), as.data.frame.simulate_stockflow()
simulate.stockflow()
summary.simulate_stockflow()
plot.simulate_stockflow()
as.data.frame.simulate_stockflow()
sfm <- stockflow("SIR") sim <- simulate(sfm) print(sim)
Run the code above in your browser using DataLab