This function draw a visNetwork of the RelDataModel.
Usage
# S3 method for RelDataModel
plot(x, ...)
Arguments
- x
- ...
additional parameters:
color default table background color
border border color (single character)
highlightBorder color of highlighted borders
Examples
## Read the model ----
hpo_model <- read_json_data_model(
system.file("examples/HPO-model.json", package="ReDaMoR")
)
## Plot the model ----
plot(hpo_model)