print.phrase_net: Prints a phrase_net Object
Description
Prints a phrase_net object.
Usage
# S3 method for phrase_net
print(x, edge.curved = TRUE, ...)
Arguments
- x
The phrase_net object.
- edge.curved
logical. If TRUE
edges are plotted with curves.
- ...
Other Arguments passed to plot.igraph
.