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

View source: R/summaries.R

sd_stocksR Documentation

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)

Arguments

mdl

A list which is the output from read_xmile.

Value

A data frame.

Examples

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

readsdr documentation built on May 29, 2024, 2:45 a.m.