print.mkinmod {mkin} | R Documentation |
Print mkinmod objects in a way that the user finds his way to get to its components.
## S3 method for class 'mkinmod' print(x, ...)
x |
An |
... |
Not used. |
m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"), M1 = list(type = "SFO", to = "M2"), M2 = list(type = "SFO"), use_of_ff = "max") print(m_synth_SFO_lin)