Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'dagRdag'
print(x, ...)

Arguments

x

An object of class dagRdag.

...

Other arguments passed to the print routine.

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

Examples

d3<-demo.dag3();
print(d3);
summary(d3);

dagR

R Functions for Directed Acyclic Graphs

v1.2.0
GPL-2
Authors
Lutz P Breitling
Initial release
2021-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.