createNetwork: Create a full network picture from network data.

Description Usage Arguments Value

Description

Create a full network picture from network data.

Usage

1
2
3
createNetwork(userToken, inputNetwork, inputData, networkType,
  size = "uniform", color = "nNameNew", label, legend = FALSE,
  opacity = 1)

Arguments

userToken

A user-specific password to show user position on the plot.

inputNetwork

Input network in the form of Adjacency Matrix.

inputData

A data frame of attributes of nodes of inputNetwork.

networkType

Network type to be created. Either "FULL" or "SMALL".

size

Column used to define the size of nodes. (optional)

color

COlumn used to define color of nodes. (optional)

label

Column used to define label of nodes.

legend

Boolean variable to show/not show the legend. (optional)

opacity

opacity of nodes (optional)

Value

NetworkD3 dynamic graph.


urwa/shinyscaffold documentation built on May 25, 2019, 8:28 p.m.