Description Usage Arguments Value Author(s)
Functions to coerce a object to graph_tbl 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_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'mantel_tbl'
as_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'pro_tbl'
as_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'rcorr'
as_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'corr.test'
as_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'correlate'
as_tbl_graph(x, directed = FALSE, ...)
## S3 method for class 'cor_network'
as_tbl_graph(x, ...)
 | 
| x | 
 | 
| directed | logical value, whether or not to create a directed graph. | 
| ... | extra params. | 
tbl_graph object.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.