Learn R Programming

readsdr (version 0.3.0)

sd_stocks: Summarise the information of a model's stocks in a data frame

Description

Summarise the information of a model's stocks in a data frame

Usage

sd_stocks(mdl)

Value

A data frame.

Arguments

mdl

A list which is the output from read_xmile.

Examples

Run this code
path <- system.file("models", "SIR.stmx", package = "readsdr")
mdl  <- read_xmile(path)
sd_stocks(mdl)

Run the code above in your browser using DataLab