Learn R Programming

gamstransfer (version 3.0.7)

Equation: Equation Class

Description

A class for Equation objects. This class inherits from an abstract symbol class.The documentation for methods common to all symbols can be accessed via help(.Symbol). Please visit https://transfer-r.readthedocs.io/en/latest/ for detailed documentation of this package.

Arguments

Examples

Run this code
# create a container
m <- Container$new()
# add a Variable
e <- Equation$new(m, "v", type = "eq")
# access records
e_recs <- e$records

Run the code above in your browser using DataLab