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

View source: R/netTools.R

InitGraph.netToolsR 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


intensitynet documentation built on April 11, 2023, 6:07 p.m.