SetNetworkAttribute.intensitynet {intensitynet}R Documentation

Set attributes to the network edges or nodes

Description

Set attributes to the network edges or nodes

Usage

## S3 method for class 'intensitynet'
SetNetworkAttribute(obj, where, name, value)

Arguments

obj

intensitynet object

where

'vertex' or 'edge', where to set the attribute

name

name of the attribute

value

vector containing the data for the attribute

Value

intensitynet object containing the network with the added attributes


[Package intensitynet version 1.4.0 Index]