gsi.simshape {compositions} | R Documentation |
Reshape an object to the shape type of another
gsi.simshape(x,oldx)
x |
the data to be returned |
oldx |
a data of the intended shape |
x is shaped as oldx
Do not use gsi.* functions directly since they are internal functions of the package
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
gsi.simshape(matrix(1:4,nrow=1),1:3)