What is polynomial in r?
Answer / Man Mohit Mayank
In R programming, a polynomial is a mathematical expression consisting of variables and coefficients. It can be represented using the poly() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give examples of “rbind()” and “cbind()” functions in r
How can you merge two data frames in R language?
How you can start the r commander gui?
How would you make multiple plots onto a single page in r?
Enlist the advantages of using r languages?
What is the use of lattice package?
What will be the result of multiplying two vectors in r having different lengths?
Give some examples of the functions in stringr.
X is the vector c(5,9.2,3,8.51,na), what is the output of mean(x)?
What is a motivation behind data visualization in R?
What are programming features of R?
What is the recycling of elements in a vector? Give an example.