下面是我的代码和相应的输出
> tkplot(g.2,vertex.label=nodes,
+ canvas.width=700,
+ canvas.height=700)
[1] 6
> ?tkplot
Warning message:
In rm(list = cmd, envir = .tkplot.env) : object 'tkp.6' not found
我得到这个错误,无论什么命令,我运行后,建设和查看我的阴谋。
这可能是显而易见的,但我无法从图中获得数据。
> tkp.6.getcoords
Error: object 'tkp.6.getcoords' not found
有什么想法吗?在Windows 2007 Pro上。
1条答案
按热度按时间g6ll5ycj1#
R是函数式编程语言。tkplot有点奇怪(无论如何对于R用户来说,显然对于Pythonistas来说也是如此),因为它返回数字句柄到它的创作。试试这个:
当我在tkplot页面上运行这个例子时,我从tkplot.getcoords(1)中得到这个,因为这是我的第一个igraph图: