Answer Posted / 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 |
Post New Answer View All Answers