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
Post a Comment