How to create axes in the graph?
Answer / Ashutosh Trivedi
In R, you can create axes on a plot using the xaxis() and yaxis() functions for X and Y axes respectively. For example, `plot(data)` followed by `xaxis(at=c(1,2,3))` will set ticks at 1, 2, and 3 on the X-axis.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you extract one particular word from a string?
What are applications of Predictive analysis in R?
What are the advantages of R?
Explain how to name the list elements in r?
How many types of object are present In R?
How would you find out the mean of one column with respect to another?
What is R?
Explain disadvantages of density-based clustering in R?
What are r packages?
What is correlation? How would you measure correlation in r?
What are recommended systems in r?
What is r’s c interface?