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

a RelDataModel

...

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)

[Package ReDaMoR version 0.7.4 Index]