Transposes a matrix.
Version | 1.0 |
---|---|
Bundle | tools |
Categories | Convert |
Authors | Kristian Ovaska (kristian.ovaska@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | R |
Source files | component.xml MatrixTranspose.r |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | Matrix | Mandatory | Input matrix. |
Name | Type | Description |
---|---|---|
out | Matrix | Transposed matrix. |
Name | Type | Default | Description |
---|---|---|---|
rowName | string | "RowName" | Name of the first column in the output. |
Test case | Parameters▼ | IN in |
OUT out |
|||
---|---|---|---|---|---|---|
case1 | properties | in | out | |||
rowName=MyRowName |