iGraph或其他一些Lib用符号标记绘制Torus?

时间:2012-03-25 11:47:46

标签: r plot igraph

我需要绘制这个圆环here(连接水平和垂直边以获得3D对象.iGraph包至少有随机几何图形,更多here,但显然不是在下面画这种详细的圆环。

enter image description here

R:有点圆环,但没有标签和装饰等

d <- 1e6
R <- 9
r <- 2
a <- 0:(d*pi)/30
b <- 0:(d*pi)/40
plot3d(x = (R + r*cos(a)) * cos(b),
       y = (R + r*cos(a)) * sin(b),
       z = r * sin(a))

也许是相关的

  1. How do I install the R package rgl on Ubuntu 9.10, using R version 2.12.1?
  2. 使用高端软件获取灵感的一些示例

    1. Mathematica演示herehere,WA演示here - 。

    2. Maple demo here, - 。

0 个答案:

没有答案