Learn R Programming

datapack (version 1.4.1)

plotRelationships: Plot derivation relationships obtained from getRelationships

Description

Creates graph of dataPackage object generated from getRelationships

Usage

plotRelationships(x, ...)

# S4 method for 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

DataPackage-class