Axis modification (add more markers & change names for y axis)
Hi
I have made a scatter plot using plot() function. I want to add more markers (there are 4 currently) and change the labels ( Eg 0e+00 into 0) in the Y-axis.
Can you please advice? I am not using ggplot2.
Thanks
Karthik
R Plotting-Bar-Charts-and-Scatter-Plot 09-10 min 50-60 sec
Answers:
For adding the axis labels, you might want to use xlab, ylab. For more information, please visit https://www.dummies.com/programming/r/how-to-add-titles-and-axis-labels-to-a-plot-in-r/