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

# S3 method for 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")
#> Error in mkinmod(parent = list(type = "SFO", to = "M1"), M1 = list(type = "SFO", to = "M2"), M2 = list(type = "SFO"), use_of_ff = "max"): konnte Funktion "mkinmod" nicht finden
print(m_synth_SFO_lin)
#> Error in print(m_synth_SFO_lin): Objekt 'm_synth_SFO_lin' nicht gefunden