LinkList | R Documentation |
Generate a LinkList from an edgeList
LinkList(object, linkColorScheme = c("none", "posneg"))
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. |
LinkList
LinkList(data.frame(source='a',target='b'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.