Description Usage Arguments Examples
Process data previously passed to gior
.
1 |
g |
An object of class |
from, to |
Source and target of edges. |
value |
Numerical value of edges. |
... |
Any other columns to select from the data, i.e.: |
1 2 3 4 5 | data("country_data")
country_data %>%
gior(init.country = "CN") %>%
g_data(from, to, value)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.