Explain how to create a function in arguments using apply() in r?
Answer / Jyoti Rawat
apply(data, margin, my_function) - where data is the matrix or array you're working on, margin specifies which dimension to iterate over (1 for rows, 2 for columns), and my_function is your custom function.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of stringr package.
Explain more functions in brief in r?
Explain how you can create a table in r without external file?
Explain DBSCAN algorithm in R?
Explain how R commands are written?
How many control statements are present in r?
What do you understand by R cluster analysis?
What is the use of subset() function and sample() function in R ?
What is a class in r?
Explain if control statements in r?
Name the functions which helps in importing data from other applications in R?
What is s4?