Learn R Programming

NMAR (version 0.1.1)

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, ...)

Value

`x`, invisibly.

Arguments

x

An engine object inheriting from `nmar_engine`.

...

Unused.