View source: R/plot.RelDataModel.R
plot.RelDataModel | R Documentation |
This function draw a visNetwork of the RelDataModel.
## S3 method for class 'RelDataModel'
plot(x, ...)
x |
a RelDataModel |
... |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.