Prints the ordering of objects, separation steps, and used variables
of a mona object.
This is a method for the function print() for objects
inheriting from class mona.
# S3 method for class 'mona'
print(x, ...)
Arguments
- x
a mona object.
- ...
potential further arguments (require by generic).