powered by
Create a sigmajs graph from a GEXF file.
sg_from_gexf(sg, file, sd = NULL)
An object of class sigmajsas intatiated by sigmajs.
sigmajs
Path to GEXF file.
A SharedData of nodes.
A modified version of the sg object.
sg
# NOT RUN { gexf <- "https://gephi.org/gexf/data/yeast.gexf" sigmajs() %>% sg_from_gexf(gexf) # } # NOT RUN { # }
Run the code above in your browser using DataLab