Skip to contents

Printing method.

Usage

# S3 method for class 'mdl_rn'
print(x, digits = 3, ...)

Arguments

x

mdl_rn object.

digits

Numeric of decimal places (round).

...

Arguments passed to cat.

Details

Printing method for mdl_rn object simulated with run_simulation. Includes information about the model run and resulting seafloor and fishpop values.

Examples

if (FALSE) { # \dontrun{
print(result_rand)
} # }