to_string: to_string generic method.

View source: R/generic.R

to_stringR Documentation

to_string generic method.

Description

to_string generic method.

Usage

to_string(object, ...)

## S4 method for signature 'unknown_statement'
to_string(object, ...)

## S4 method for signature 'comment'
to_string(object, ...)

## S4 method for signature 'line_break'
to_string(object, ...)

## S4 method for signature 'equation'
to_string(object, ...)

## S4 method for signature 'ode'
to_string(object, ...)

## S4 method for signature 'if_statement'
to_string(object, ...)

## S4 method for signature 'compartment'
to_string(object, ...)

## S4 method for signature 'compartment_property'
to_string(object, ...)

## S4 method for signature 'compartment_initial_condition'
to_string(object, ...)

## S4 method for signature 'mrgsolve_model'
to_string(object, ...)

Arguments

object

generic object

...

extra arguments needed for to_string conversion

Value

character value/vector


campsismod documentation built on July 30, 2026, 9:06 a.m.