What is apply() function in r?
Answer / Vijay Agrawal
The apply() function in R applies a given function along one, two or three dimensions of an array (matrix, data frame, list etc.). The function can be specified as any valid R function. This function simplifies the task of applying the same function to multiple elements of an array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is transpose?
What do you understand by element recycling in r?
What is recursion in r?
What are connections In R?
how to import data into R?
What are tools for debugging in r?
How can you merge two data frames in R language?
What is bootstrapping in r?
Explain how to manipulate list elements in r?
What is the difference between rnorm and runif functions ?
Give an example of 'dreaded for loop'?
How can you simulate noise model using r?