On 28/08/2012 7:49 AM, Stephane Chantepie wrote:
thanks for the reply
I am sorry but I do not have any skills in C++
Nevertheless, I found a solution to my problem... By using another package
"misc3d" and more precisely the association of the two
functions drawScene.rgl and surfaceTriangles
thanks for the reply
I am sorry but I do not have any skills in C++
Nevertheless, I found a solution to my problem... By using another package
"misc3d" and more precisely the association of the two
functions drawScene.rgl and surfaceTriangles
drawScene.rgl(surfaceTriangles(x,y,z,color="gray",sm
On 27/08/2012 1:47 PM, Stephane Chantepie wrote:
Dear all,
I have tried to plot a triangular matrix with the function persp3d(rgl).
for example
z=rbind(c(1,NA,NA,NA),c(5,3,NA,NA),c(4,2,9,NA),c(8,6,5,11))
x=1:4
y=1:4
persp3d(x,y,z,color="gray")
The two extreme points are not plotted (value=1 a
Dear all,
I have tried to plot a triangular matrix with the function persp3d(rgl).
for example
z=rbind(c(1,NA,NA,NA),c(5,3,NA,NA),c(4,2,9,NA),c(8,6,5,11))
x=1:4
y=1:4
persp3d(x,y,z,color="gray")
The two extreme points are not plotted (value=1 and value=10). It seems
because the half of the matr
4 matches
Mail list logo