## Not run:
# a <- darray(psize=c(3,3),dim=c(9,9),data=3) # A darray of 9 partitions, each 3x3
# b <- dmapply(function(x) sum(x), parts(a)) # dmapply to each 3x3 partition of 'a'
# c <- parts(a,3) # A list containing one DObject, which is the 3rd partition of 'a'
# ## End(Not run)
Run the code above in your browser using DataLab