Answer Posted / 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 |
Post New Answer View All Answers