reshapes {madness} | R Documentation |
Basic Reshape Operations
Description
Basic Reshape Operations
Usage
## S4 method for signature 'madness'
t(x)
## S4 method for signature 'madness'
tril(x, k = 0)
## S4 method for signature 'madness'
triu(x, k = 0)
## S4 replacement method for signature 'madness'
dim(x) <- value
## S3 method for class 'madness'
aperm(a, perm = NULL, resize = TRUE, ...)
Arguments
x |
|
k |
the index of the diagonal number from which to extract. |
value |
an array of the new dimensions of the object value. |
a |
the array to be transposed. |
perm |
the subscript permutation vector, usually a permutation of
the integers |
resize |
a flag indicating whether the vector should be
resized as well as having its elements reordered (default |
... |
Optional arguments used by specific methods. (None used at present.) |
Author(s)
Steven E. Pav shabbychef@gmail.com
See Also
[Package madness version 0.2.8 Index]