Specialized plot() function for KGX graphs
# S3 method for class 'tbl_kgx'
plot(x, ..., layout = "auto", node_color = pcategory, edge_color = predicate)
Arguments
- x
A tbl_kgx graph.
- ...
other parameters (not used).
- layout
The layout to use for the plot. Default is "sugiyama".
- node_color
The column to use for node color. Default is pcategory.
- edge_color
The column to use for edge color. Default is predicate.