linegraph.loongraph | R Documentation |
Create a lingraph of a loongraph
## S3 method for class 'loongraph'
linegraph(x, separator = ":", ...)
x |
loongraph object |
separator |
one character - node names in x get concatenated with this character |
... |
additional arguments are not used for this methiod |
linegraph.loongraph needs the code part for directed graphs (i.e. isDirected=TRUE)
graph object of class loongraph
g <- loongraph(letters[1:4], letters[1:3], letters[2:4], FALSE)
linegraph(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.