Process data previously passed to gior.

g_data(g, from, to, value, ...)

Arguments

g

An object of class gior as returned by gior.

from, to

Source and target of edges.

value

Numerical value of edges.

...

Any other columns to select from the data, i.e.: inColor or outColor

Examples

data("country_data") country_data %>% gior(init.country = "CN") %>% g_data(from, to, value)