gpt4 book ai didi

在 R 中读取 Gephi 图

转载 作者:行者123 更新时间:2023-12-04 10:47:54 24 4
gpt4 key购买 nike

我需要将 Gephi 图读入 Rstudio。相反 - 将 R 图读入 Gephi - 我找到了 rgexf 包和 write.gexf 函数。但是显然没有 read.gexf :)

有人能解决这个小问题吗?

此致。

最佳答案

https://blog.gephi.org/2013/rgexf-an-r-library-to-work-with-gexf-graph-files/在此页面上,您有一个来自 rgexf 包的示例:

# Installing from CRAN and loading
install.packages("rgexf", dependencies=TRUE)
library(rgexf)

# Reading lesmiserables graph (and summarizing)
lesmiserables <- read.gexf("http://gephi.org/datasets/LesMiserables.gexf")
summary(lesmiserables)

所以 - read.gexf() 应该是您问题的答案;)

此包的主页 - https://bitbucket.org/gvegayon/rgexf/wiki/Home

关于在 R 中读取 Gephi 图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28626540/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com