InitGraph.netTools {intensitynet}R Documentation

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 class 'netTools'
InitGraph(obj)

## S3 method for class 'netTools'
SetNetCoords(obj)

Arguments

obj

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

Value

igraph network

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


[Package intensitynet version 1.4.0 Index]