Basic Reshape Operations
# S4 method for madness
t(x)# S4 method for madness
tril(x, k = 0)
# S4 method for madness
triu(x, k = 0)
# S4 method for madness
dim(x) <- value
# S3 method for madness
aperm(a, perm = NULL, resize = TRUE, ...)
madness
object.
the index of the diagonal number from which to extract.madness
object.
an array of the new dimensions of the object value.
the array to be transposed.
the subscript permutation vector, usually a permutation of
the integers 1:n
, where n
is the number of dimensions
of a
. When a
has named dimnames, it can be a
character vector of length n
giving a permutation of those
names. The default (used whenever perm
has zero length) is to
reverse the order of the dimensions.
a flag indicating whether the vector should be
resized as well as having its elements reordered (default TRUE
).
Optional arguments used by specific methods. (None used at present.)
Steven E. Pav shabbychef@gmail.com
vec
, todiag