gsi.simshape | 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 |
This function changes the dimension attribute accordingly.
x
, but re-shaped as oldx
Do not use gsi.* functions directly since they are internal
functions of the package. To use a gsi function, attach the gsi
environment.
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
#gsi.simshape(matrix(1:4,nrow=1),1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.