View source: R/as_adj_matrix.R
as_adj_matrix | R Documentation |
Convert to an adjacency matrix
as_adj_matrix(x, ...)
## S3 method for class 'parentslist'
as_adj_matrix(x, ...)
## S3 method for class 'ceg'
as_adj_matrix(x, ignore = x$name_unobserved, endnode = TRUE, ...)
x |
an R object |
... |
additional parameters |
ignore |
list of stages to be ignored. |
endnode |
logical value. If |
the equivalent adjacency matrix
for as_adj_matrix.ceg
: the adj matrix corresponding to the CEG.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.