Description Usage Arguments See Also
Wrapper for tapply
.
1 |
.x |
A vector. |
index |
List of one or more factors, each of same length as .x. The elements are coerced to factors by as.factor. |
.f |
A function to be applied. |
... |
Optional arguments to .f. |
simplify |
If FALSE, tapply always returns an array of mode "list". If TRUE (the default), then if FUN always returns a scalar, tapply returns an array with the mode of the scalar. |
tapply
for code and documentation.
Other functionals: Apply
;
Lapply
; Mapply
;
Sapply
; Vapply
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.