R语言netplot包,网络关系图


library(igraph)
library(netplot)
set.seed(1)
x <- sample_smallworld(1, 200, 5, 0.03)
plot(x) # ala igraph
nplot(x) # ala netplot
R语言netplot包,网络关系图
library(igraph)
library(netplot)
set.seed(1)
x <- sample_smallworld(1, 200, 5, 0.03)
plot(x) # ala igraph
nplot(x) # ala netplot
本文标题:R语言netplot包,网络关系图
本文链接:https://www.haomeiwen.com/subject/eohbbltx.html
网友评论