1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/visStabilize.R
3\name{visStabilize}
4\alias{visStabilize}
5\title{Network visualization stabilize method}
6\usage{
7visStabilize(graph, iterations = NULL)
8}
9\arguments{
10\item{graph}{: a \code{\link{visNetworkProxy}}  object}
11
12\item{iterations}{: Optional. If wanted, the number of iterations}
13}
14\description{
15For use stabilize() method in a shiny app. For full documentation, have a look at \link{visDocumentation}.
16}
17\examples{
18\dontrun{
19
20# have a look to :
21shiny::runApp(system.file("shiny", package = "visNetwork"))
22
23}
24
25}
26\references{
27See online documentation \url{http://datastorm-open.github.io/visNetwork/}
28}
29\seealso{
30\link{visNodes} for nodes options, \link{visEdges} for edges options, \link{visGroups} for groups options,
31\link{visLegend} for adding legend, \link{visOptions} for custom option, \link{visLayout} & \link{visHierarchicalLayout} for layout,
32\link{visPhysics} for control physics, \link{visInteraction} for interaction, \link{visNetworkProxy} & \link{visFocus} & \link{visFit} for animation within shiny,
33\link{visDocumentation}, \link{visEvents}, \link{visConfigure} ...
34}
35