Skip to contents

Print method for derivation objects

Usage

# S3 method for class 'rxp_derivation'
print(x, ...)

Arguments

x

An object of class "rxp_derivation"

...

Additional arguments passed to print methods

Value

Nothing, prints a summary of the derivation object to the console.

See also

Examples

if (FALSE) { # \dontrun{
# d0 is a previously defined derivation
  print(d0)
} # }