On Nov 21, 2012, at 9:44 AM, Elli wrote:
How you can change the Y-axis intervals in a graph?
Use and ylim command but this command only changes the minimum and
maximum
values โโof the axis, I want to do is take the axis values โโ
from 10 to 10
for example
How I can do?
?axis
You will probably need to suppress the default axis annotation. In
base graphics this is done with yaxt="n", which should be remembered
as "y-axis type is 'none'".
--
David Winsemius, MD
Alameda, CA, USA
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.