dynamicMultiJGLplot: Title dynamic plot creation function

View source: R/dynamicMultiJGLplot.R

dynamicMultiJGLplotR Documentation

Title dynamic plot creation function

Description

Title dynamic plot creation function

Usage

dynamicMultiJGLplot(
  networks,
  display.networks = c("LINEAR"),
  display.unique = "FALSE",
  main = NULL,
  xlab = NULL,
  output.mode = "htmlWidget",
  ...
)

Arguments

networks

Estimated dynamic network structure

display.networks

Whether LINEAR, NONLINEAR or COMBINED networks are considered

display.unique

Whether all structures or only group specific unique structures are plotted

main

Title for the animation

xlab

xlab for the animation

output.mode

output mode

...

additional arguments for the render.d3movie function used to create animations

Value

Dynamic output, e.g., as htmlWidget

Examples

print("dynamicMultiJGLplot(dynamicMultiJGL(x))")

KontioJuho/multiJGL documentation built on Oct. 30, 2022, 3:42 a.m.