modelToVn {ReDaMoR} | R Documentation |
VisNetwork representation of a RelDataModel object
Description
VisNetwork representation of a RelDataModel object
Usage
modelToVn(
model,
color = "lightgrey",
border = "black",
highlightBorder = "orange"
)
Arguments
model |
|
color |
default table background color |
border |
border color (single character) |
highlightBorder |
color of highlighted borders Internal function |
[Package ReDaMoR version 0.7.6 Index]