What is with () and by () function in r is used for?
Answer / Vipul Agrawal
The `()` function in R is used to create a vector or call functions. The `by()` function is used to apply a function over subsets of data defined by groups, breaks, or intervals.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why should you adopt R programming language?
Describe sprintf() in r string manipulation?
What are features of r functions?
Name all control statements present in r?
How many tools for debugging present in r?
What is a graphic device?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
What are problems with R clustering?
Compare r and python?
What is more functions in r and name them?
Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?
Explain if control statements in r?