| ag_reshape | R Documentation |
Reshape tensor
ag_reshape(x, nrow, ncol)
x |
ag_tensor |
nrow |
New number of rows (use -1 to infer) |
ncol |
New number of columns (use -1 to infer) |
ag_tensor with new shape, same data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.