nodeDataDefaults-methods: Get and set default attributes for the nodes of a graph

Description Usage Arguments

Description

You can associate arbitrary attributes with the nodes of a graph. Use nodeDataDefaults to specify the set of attributes that describe nodes. Each attribute must have a default value. You can set the attribute for a particular node or set of nodes using nodeData.

Usage

1
2
nodeDataDefaults(self, attr)
nodeDataDefaults(self, attr) <- value

Arguments

self

A graph-class instance

attr

A character vector of length one giving the name of an attribute

value

An R object to set as the default value for the given attribute


pshannon-bioc/graph documentation built on May 26, 2019, 10:32 a.m.