What is more functions in r and name them?



What is more functions in r and name them?..

Answer / Hitesh Kuamar

In addition to the basic arithmetic and logical operators, R provides many other functions. Some examples include trigonometric functions like `sin()`, `cos()`, and `tan()`; mathematical functions like `exp(), log(), sqrt(),` and `abs()`; string manipulation functions like `paste(), substr(),` and `gsub()`; and statistical functions like `mean(), median(),` and `sd()`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Write a function in R language to replace the missing value in a vector with the mean of that vector?

1 Answers  


Describe regex() in r string manipulation?

1 Answers  


What packages are used for data mining in r?

1 Answers  


Give the syntax for creating scatterplot matrices?

1 Answers  


What is recursion in r?

1 Answers  


What is GUI in R?

1 Answers  


R programming language has several packages for data science which are meant to solve a specific problem, how do you decide which one to use?

1 Answers  


Explain tcp/ip applications, services and protocols?

1 Answers  


Explain different types of atomic vectors in R?

1 Answers  


Explain how to operate on lists in r?

1 Answers  


What are debuggers and debugging techniques in R?

1 Answers  


What are R Functions?

1 Answers  


Categories