print.dagRdag: Prints the raw contents of an object of class dagRdag.
Description
Generic function print
code for class dagRdag
. This uses the default print
method for list objects and points the user to the availability of the more convenient summary
method.
Usage
# S3 method for dagRdag
print(x, ...)
Arguments
- x
An object of class dagRdag
.
- ...
Other arguments passed to the print routine.
Author
Lutz P Breitling <l.breitling@posteo.de>