plot3Dmat | R Documentation |
compute x,y,z coordinates for each triplet
plot3Dmat(mat, l)
mat |
return value of HTGM3D() |
l |
return value of catNum3() |
augmented version of matrix containing x,y,z coordinates for each triplet
#load("data/x_mat.RData")
#load("data/x_l.RData")
p3<-plot3Dmat(x_mat,x_l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.