print-methods: Methods for Function 'print' in Package 'rmoo'.

printR Documentation

Methods for Function 'print' in Package 'rmoo'.

Description

Method used to print the slots and relevant values of the object.

Usage

print(x, ...)

## S4 method for signature 'nsga'
print(x, ...)

## S4 method for signature 'nsga1'
print(x, ...)

## S4 method for signature 'nsga3'
print(x, ...)

Arguments

x

Objects of either class nsga1, nsga2, or nsga3.

...

other arguments passed on to methods

Value

Print the slots and relevant values of the object.

Author(s)

Francisco Benitez benitezfj94@gmail.com

Examples

# Where 'out' is an object of class nsga1, nsga2, or nsga3
#
# print(out)


rmoo documentation built on Sept. 24, 2022, 9:05 a.m.