Description Usage Arguments Value Author(s) Examples
These layout functions are not layout in the network diagram, it just converts the original data into a form that makes it easy to draw a curve graph.
1 2 3 4 5 6 7 8 |
data |
a data frame. |
cor_tbl |
a col_tbl object. |
start.var, end.var |
character to specify which variable is the starting points and which is the ending points. if the variable is not character, it is forced to be converted. |
start.name |
names of start point. |
pos |
position of link. |
a data frame.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 3 4 5 6 7 8 9 10 | ## Not run:
data(varespec, package = "vegan")
data(varechem, package = "vegan")
m <- mantel_test(varespec, varechem, spec.select = list(1:10, 11:44))
corr <- fortify_cor(varechem)
link_tbl(m, corr) ## full
link_tbl(m, get_upper_data(corr)) ## upper
link_tbl(m, get_lower_data(corr)) ## lower
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.