plot.loongraph | R Documentation |
This function converts the loongraph object to one of class graph and the plots it with its respective plot method.
## S3 method for class 'loongraph'
plot(x, ...)
x |
object of class loongraph |
... |
arguments forwarded to method |
g <- loongraph(letters[1:4], letters[1:3], letters[2:4], FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.