plot.RelDataModel: Plot a RelDataModel object

View source: R/plot.RelDataModel.R

plot.RelDataModelR 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)

ReDaMoR documentation built on April 4, 2025, 2:39 a.m.