powered by
sfSapply
sapply
omxSapply(x, fun, ..., simplify = TRUE, USE.NAMES = TRUE)
as.list
x
fun
TRUE
names
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)
Run the code above in your browser using DataLab