gsi.simshape {compositions} | R Documentation |
Reshape an object to the shape of another
gsi.simshape(x,oldx)
x |
the data set to be reshaped |
oldx |
a data set of the intended shape |
x
, but re-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)