Learn R Programming

RGAP (version 0.1.1)

print.NAWRUmodel: Print NAWRUmodel object

Description

Prints the model specifications of an object of class NAWRUmodel.

Usage

# S3 method for NAWRUmodel
print(x, call = TRUE, check = TRUE, ...)

Value

No return value, model information is printed.

Arguments

x

An object of class NAWRUmodel.

call

A logical. If TRUE, the call will be printed.

check

A logical. If TRUE, the model class will be checked.

...

Ignored.