| print.dagRdag {dagR} | R Documentation |
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 class 'dagRdag'
print(x, ...)
Arguments
x |
An object of class |
... |
Other arguments passed to the print routine. |
Author(s)
Lutz P Breitling <l.breitling@posteo.de>
[Package dagR version 1.2.1 Index]