Learn R Programming

mkin (version 0.9.49.5)

print.mkinmod: 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 mkinmod
print(x, ...)

Arguments

x

An mkinmod object.

Not used.

Examples

Run this code
# NOT RUN {
  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)
# }

Run the code above in your browser using DataLab