print function

Print methods

Print methods

These methods print their argument and return it invisibly.

## 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
  • Maintainer: Aaron A. King
  • License: GPL-3
  • Last published: 2025-01-08