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