Prints the raw contents of an object of class dagRdag.
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.
## S3 method for class 'dagRdag' print(x, ...)
x |
An object of class |
... |
Other arguments passed to the print routine. |
Lutz P Breitling <l.breitling@posteo.de>
d3<-demo.dag3(); print(d3); summary(d3);
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.