plot.RelDataModel {ReDaMoR} | R Documentation |
This function draw a visNetwork of the RelDataModel.
## S3 method for class 'RelDataModel'
plot(x, ...)
x |
|
... |
additional parameters:
|
## Read the model ----
hpo_model <- read_json_data_model(
system.file("examples/HPO-model.json", package="ReDaMoR")
)
## Plot the model ----
plot(hpo_model)