Rectangular prism in R rgl -


is there way create rectangular prism in r rgl similar cube3d function? can combine many cubes make rectangular prism, there ready made functions it?

you can change matrix supplied it, example:

rectmat <- identitymatrix()*c(1,2) rect <- cube3d(rectmat) plot3d(rect) 

Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -