请教一下,有人知道为什么这个str输出结果和书上的不一样么
g <- graph.formula(1-2, 1-3, 2-3, 2-4, 3-5, 4-5, 4-6, 4-7, 5-6, 6-7)
str(g)
Class 'igraph' hidden list of 10
$ : num 7
$ : logi FALSE
$ : num [1:10] 1 2 2 3 4 4 5 6 5 6
$ : num [1:10] 0 0 1 1 2 3 3 3 4 5
$ : num [1:10] 0 1 2 3 4 5 6 8 7 9
$ : num [1:10] 0 1 2 3 4 5 6 7 8 9
$ : num [1:8] 0 0 1 3 4 6 8 10
$ : num [1:8] 0 2 4 5 8 9 10 10
$ :List of 4
..$ : num [1:3] 1 0 1
..$ : Named list()
..$ :List of 1
.. ..$ name: chr [1:7] "1" "2" "3" "4" ...
..$ : Named list()
$ :<environment: 0x000001909494c190>
附件列表