Description Usage Arguments Details Examples
Methods for changing graph representations
1 2 3 | coerceGraph(object, class)
graph_as(object, outtype, intype = NULL)
|
object |
A graph object |
class |
The desired output class |
outtype |
The desired output outtype |
intype |
The desired output outtype (only relevant if object is a list) |
coerceGraph is used in the book "Graphical models with R". A more generic approach is as().
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.