Skip to content

Split the work for many cores

2 messages · Alaios, R. Michael Weylandt

#
library(parallel) # Requires R >=2.14
mclapply # a parallelized lapply()

You can process in parallel, but I'm not sure if it's safe to do
graphics in parallel: someone else will need to chime in about that.

Best,
Michael
On Thu, May 10, 2012 at 9:12 AM, Alaios <alaios at yahoo.com> wrote: