sd_stocks | R Documentation |
Summarise the information of a model's stocks in a data frame
sd_stocks(mdl)
mdl |
A list which is the output from read_xmile. |
A data frame.
path <- system.file("models", "SIR.stmx", package = "readsdr")
mdl <- read_xmile(path)
sd_stocks(mdl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.