Learn R Programming

caugi (version 1.0.0)

print: Print a caugi

Description

Print a caugi

Value

The input caugi object, invisibly.

Arguments

x

A caugi object.

max_nodes

Optional numeric; maximum number of node names to consider. If NULL, the method automatically prints as many as fit on one console line (plus a separate truncation line if needed).

max_edges

Optional numeric; maximum number of edges to consider. If NULL, the method automatically prints as many edges as fit on two console lines (plus a separate truncation line if needed).

...

Not used.

See Also

Other caugi methods: length()

Examples

Run this code
cg <- caugi(A %-->% B, class = "DAG")
print(cg)

Run the code above in your browser using DataLab