powered by
sfLapply
lapply
omxLapply(x, fun, ...)
as.list
x
fun
omxApply
omxSapply
x <- list(a = 1:10, beta = exp(-3:3), logic = c(TRUE,FALSE,FALSE,TRUE)) # compute the list mean for each list element omxLapply(x,mean)
Run the code above in your browser using DataLab