View source: R/043_atoms_affine_reshape.R
| reshape_expr | R Documentation |
Reshape an expression to a new shape
reshape_expr(x, dim, order = "F")
x |
An Expression or numeric value. |
dim |
Integer vector of length 2: the target shape c(nrow, ncol). A single integer is treated as c(dim, 1). Use -1 to infer a dimension. |
order |
Character: "F" (column-major, default) or "C" (row-major). |
A Reshape expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.