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