Description Usage Arguments Details Value Author(s) See Also Examples
The vt generic does a matrix or array transpose by modifying virtual attributes
rather than by physically copying matrix elements.
1 2 3 4 5 6 7 |
x |
an ff or ram object |
... |
further arguments (not used) |
The vt.ff method does transpose through reversing dim.ff and dimorder.
The vt.default method is a wrapper to the standard transpose t.
The t.ff method creates a transposed clone.
If x has a virtual window vw defined, vt.ff returns an ff object with a transposed virtual window,
the t.ff method return a transposed clone of the virtual window content only.
an object that behaves like a transposed matrix
Jens Oehlschl<c3><a4>gel
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.