| omxSapply | R Documentation | 
If the snowfall library is loaded, then this function calls sfSapply.  Otherwise it invokes sapply.
omxSapply(x, fun, ..., simplify = TRUE, USE.NAMES = TRUE)
| x | a vector (atomic or list) or an expressions vector. Other objects (including classed objects) will be coerced by  | 
| fun | the function to be applied to each element of  | 
| ... | optional arguments to  | 
| simplify | logical; should the result be simplified to a vector or matrix if possible? | 
| USE.NAMES | logical; if  | 
omxApply, omxLapply
x <- list(a = 1:10, beta = exp(-3:3), logic = c(TRUE,FALSE,FALSE,TRUE))
# compute the list mean for each list element
omxSapply(x, quantile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.