What are features of r functions?
Answer / Abhishek Agarwal
R functions are building blocks of R scripts. Some key features include: 1) Functions can be created using the function() statement, 2) Functions can accept arguments and return values, 3) Functions can contain loops (for and while), conditional statements (if-else), and user-defined variables, 4) R provides many built-in functions for statistical analysis, data manipulation, graphics, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is pdv?
What is a graphic device?
Write the syntax to set the path for a current working directory in r environment?
Explain how to write files?
What is principal component analysis and how can you create a pca model in r?
What is object-oriented programming in r?
What is principal component analysis?
What is the usage of the lattice package in R?
What is sapply() in r?
Explain what is transpose?
Explain for loop control statement in r?
What is recycling of elements in an r vector? Give an example.