Cola Layout
1 2 3 4 5 6 7 8 9 10 11 12 | cola_layout(cytoscape, name = "cola", animate = TRUE, refresh = 1,
maxSimulationTime = 4000, ungrabifyWhileSimulating = FALSE,
fit = TRUE, padding = 30, boundingBox = NULL,
nodeDimensionsIncludeLabels = FALSE,
ready = htmlwidgets::JS("function(){}"),
stop = htmlwidgets::JS("function(){}"), randomize = FALSE,
avoidOverlap = TRUE, handleDisconnected = TRUE,
nodeSpacing = htmlwidgets::JS("function( node ){ return 10; }"),
flow = NULL, alignment = NULL, gapInequalities = NULL,
edgeLength = NULL, edgeSymDiffLength = NULL,
edgeJaccardLength = NULL, unconstrIter = NULL,
userConstIter = NULL, allConstIter = NULL, infinite = FALSE, ...)
|
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.