dot_attributes: Create and print dot format node or edge attributes

Description Usage Arguments Value Examples

Description

Create and print dot format node or edge attributes

Usage

1
2
3
dot_attributes(...)
## S3 method for class 'dot_attributes'
print(x, ...)

Arguments

x

Object of type ‘dot_attributes’.

...

List of ‘key = value’ pairs where the key corresponds to a dot format node or edge attribute. Ignored for print.

Value

dot_attributes returns a new object of type ‘dot_attributes’. print prints the list of dot attributes to standard output in the dot format.

Examples

1
2
3
library(genFun)

print(dot_attributes(style = "dotted", color = "green"))

cbaumbach/genFun documentation built on May 13, 2019, 1:47 p.m.