print.nmar_engine: Print method for NMAR engines
Description
Provides a compact, human-friendly summary for `nmar_engine` objects.
Child classes inherit this method; they can override it if they need a
different presentation.
Usage
# S3 method for nmar_engine
print(x, ...)
Arguments
- x
An engine object inheriting from `nmar_engine`.
- ...
Unused.