Learn R Programming

intensitynet (version 1.3.1)

InitGraph.netTools: Creates an igraph network with the given data

Description

Creates an igraph network with the given data

Set igraph network node coordinates as its attributes

Usage

# S3 method for netTools
InitGraph(obj)

# S3 method for netTools SetNetCoords(obj)

Value

igraph network

igraph network with the given coordinates as the attributes of the nodes

Arguments

obj

netTools object -> list(graph: igraph, list(): with the node coordinates 'x' and 'y')