LinkList: Generate a LinkList

LinkListR Documentation

Description

Generate a LinkList from an edgeList

Usage

LinkList(object, linkColorScheme = c("none", "posneg"))

Arguments

object

Object containing data to be converted to a LinkList. Could be a SimpleList of Links or a data.frame with columns source, target, and optionally weight and color.

linkColorScheme

Either 'none' or 'posneg'. If 'posneg', the link color will be based on the sign of the weight.

Value

LinkList

Examples

LinkList(data.frame(source='a',target='b'))

VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.