Computer Science, asked by sarthak14899, 5 months ago

How to apply the same function to all rows and columns in a matrix in R programming?​

Answers

Answered by Anonymous
0

Answer:

In R, you can use the apply() function to apply a function over every row or column of a matrix or data frame.

Similar questions