Description Usage Arguments Value Author(s) Examples
Functions to coerce a object to igraph if possible.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'cor_tbl'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'mantel_tbl'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'pro_tbl'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'rcorr'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'corr.test'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'correlate'
as.igraph(x, directed = FALSE, ...)
## S3 method for class 'cor_network'
as.igraph(x, directed = FALSE, ...)
|
x |
|
directed |
logical value, whether or not to create a directed graph. |
... |
extra params. |
igraph object.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.