plotRelationships {datapack} | R Documentation |
Plot derivation relationships obtained from getRelationships
Description
Creates graph of dataPackage object generated from getRelationships
Usage
plotRelationships(x, ...)
## S4 method for signature 'DataPackage'
plotRelationships(x, col = NULL, ...)
Arguments
x |
a DataPackage object |
... |
other options passed to the igraph plot function |
col |
vector of colors used for plotting |
See Also
[Package datapack version 1.4.1 Index]