print.mkinmod {mkin}R Documentation

Print mkinmod objects

Description

Print mkinmod objects in a way that the user finds his way to get to its components.

Usage

  ## S3 method for class 'mkinmod'
print(x, ...)

Arguments

x

An mkinmod object.

...

Not used.

Examples

  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)

[Package mkin version 0.9.49.5 Index]