Skip to content

Opening book details…

Can I read Understanding mapply in R Programming on EtoBox?

Understanding mapply in R Programming by juntujuntu is a document available to read on EtoBox.

What is Understanding mapply in R Programming about?

mapply applies a function to multiple arguments in parallel and returns the results in a list. It takes a function FUN as the first argument, followed by any number of arguments to apply FUN over. MoreArgs allows additional arguments to pass to FUN. It simplifies the results by default. mapply can instantly vectorize a function like noise, which generates random numbers, so it applies the noise function to each set of arguments in 1:5 rather than calling it sequentially. This allows generating multiple sets

Author
juntujuntu
Language
EN