powered by
This function draw a visNetwork of the RelDataModel.
# S3 method for RelDataModel plot(x, ...)
a RelDataModel
additional parameters:
color default table background color
border border color (single character)
highlightBorder color of highlighted borders
## Read the model ---- hpo_model <- read_json_data_model( system.file("examples/HPO-model.json", package="ReDaMoR") ) ## Plot the model ---- plot(hpo_model)
Run the code above in your browser using DataLab