View source: R/dynamicMultiJGLplot.R
| dynamicMultiJGLplot | R Documentation |
Title dynamic plot creation function
dynamicMultiJGLplot(
networks,
display.networks = c("LINEAR"),
display.unique = "FALSE",
main = NULL,
xlab = NULL,
output.mode = "htmlWidget",
...
)
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 |
Dynamic output, e.g., as htmlWidget
print("dynamicMultiJGLplot(dynamicMultiJGL(x))")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.