saving . . . saved Axis modification (add more markers & change names for y axis) has been deleted. Axis modification (add more markers & change names for y axis) has been hidden .
Axis modification (add more markers & change names for y axis)
Title
Question
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 18-06-20, 6:44 p.m. hi_kar

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/  
18-06-20, 10:45 p.m. sudhakarst


Log-in to answer to this question.