bdparallelVectorSum | R Documentation |
This function sumarize the elements of a vector
bdparallelVectorSum(x)
x |
numerical vector |
none value returned, data are stored in a dataset inside an hdf5 data file.
library(BigDataStatMeth) n <- 100 x <- rnorm(n) # with numeric matrix res <- bdparallelVectorSum(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.