[R] axis in r plot

S Ellison S.Ellison at LGCGroup.com
Fri Jun 22 16:18:13 CEST 2012


Perhaps you meant ... at=seq(0,5,1) ?

S
________________________________________
From: r-help-bounces at r-project.org [r-help-bounces at r-project.org] On Behalf Of sathya7priya [sathya7priya at gmail.com]
Sent: 22 June 2012 12:51
To: r-help at r-project.org
Subject: [R] axis in r plot

I have a graph plotted in r.The x axis tickmarks are at 0,5,10. I need a
graph with resolution of tickmarks at 0.1 interval.When i place tickmarks of
0.1 intervals using the following command   axis(1, at=seq(0,5,0.1),
cex.axis=0.7, las=2)  I only get the tickmarks of 0.1 interval that are very
closed placed in the graph.I need to increase the spacing between each
tickmark. Please anyone help out this.


--
View this message in context: http://r.789695.n4.nabble.com/axis-in-r-plot-tp4634199.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at 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.
*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}



More information about the R-help mailing list