createShinyCyJSWidget: Creates shinyCyJS widget from module

View source: R/io.R

createShinyCyJSWidgetR Documentation

Creates shinyCyJS widget from module

Description

Creates shinyCyJS widget from module

Usage

createShinyCyJSWidget(
  module,
  layout = list(name = "cose-bilkent", animate = FALSE, randomize = FALSE,
    nodeDimensionsIncludeLabels = TRUE),
  ...
)

Arguments

module

Module

layout

Layout for the module

...

Other parameters

Value

html widget of input module

Examples

data(mEx)
hw <- createShinyCyJSWidget(module = mEx)


ctlab/gatom documentation built on Oct. 22, 2023, 4:30 p.m.