Description Usage Arguments Value Author(s) References See Also Examples
Does the same thing as apply
except that when the function returns a
vector, the dimensions are put back the way they started.
1 | stable.apply(X, MARGIN, FUN, ...)
|
X |
same as in |
MARGIN |
same as in |
FUN |
same as in |
... |
same as in |
When FUN
returns a scalar or when MARGIN
has a length
that is not one less than the number of dimensions in X
, then
the same as apply
.
Otherwise, an array similar to the result of apply
, but with the
dimensions permuted to correspond to the dimensions of X
.
Nick Efthymiou
S Poetry, Patrick J. Burns, http://www.burns-stat.com/pages/spoetry.html
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.