ehengirmen / rSDI

GNU General Public License v3.0
0 stars 0 forks source link

SDI class #4

Closed mehmetgencer closed 9 months ago

mehmetgencer commented 9 months ago

The igraph objects from SDI functions must attach "SDI" class. This will allow, for example, plot() function to be dispatched to plot.SDI()

mucahitzor commented 9 months ago

TMSDI <- SDI(TurkiyeMigration.flows, TurkiyeMigration.nodes, variant="vuw") class(TMSDI) [1] "SDI" "igraph"