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 |
Write a function in R language to replace the missing value in a vector with the mean of that vector?
Describe regex() in r string manipulation?
What packages are used for data mining in r?
Give the syntax for creating scatterplot matrices?
What is recursion in r?
What is GUI in R?
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?
Explain tcp/ip applications, services and protocols?
Explain different types of atomic vectors in R?
Explain how to operate on lists in r?
What are debuggers and debugging techniques in R?
What are R Functions?