print: Print methods

printR Documentation

Print methods

Description

These methods print their argument and return it *invisibly*.

Usage

## S4 method for signature 'unshowable'
print(x, ...)

## S4 method for signature 'listie'
print(x, ...)

## S4 method for signature 'pomp_fun'
print(x, ...)

Arguments

x

object to print

...

ignored


pomp documentation built on Aug. 8, 2023, 1:08 a.m.