Great :)
To: R help
Sent: Wednesday, June 6, 2012 9:40 AM
Subject: changing axis labels
Dear all,
I am making a function for creating plots and part of this function is to
change the labels to x axis that instead of number contains percentage number.
I wa
box()
at end of code
John Kane
Kingston ON Canada
> -Original Message-
> From: ala...@yahoo.com
> Sent: Wed, 6 Jun 2012 00:40:53 -0700 (PDT)
> To: r-help@r-project.org
> Subject: [R] changing axis labels
>
> Dear all,
> I am making a function for creatin
Dear all,
I am making a function for creating plots and part of this function is to
change the labels to x axis that instead of number contains percentage number.
I want to change the x axis to depict the percentage value of the presented data
x<-c(501:600)
y<-c(201:300)
plot(x,y,axes=F)
axis(2
Thanks! Exactly what i need
Saptarshi
--
View this message in context:
http://r.789695.n4.nabble.com/Changing-axis-labels-depending-on-panel-in-lattice-tp4478854p4479368.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project
On Mar 16, 2012, at 1:34 PM, Saptarshi Guha wrote:
Hello,
I am lattice scatterplot that has 2 panels (could be a few more). Both
panels have a y-axis label that is different on the
left and right sides. However the right hand side axis labelling
depends on
which panel i'm in .
(I am plotti
Hello,
I am lattice scatterplot that has 2 panels (could be a few more). Both
panels have a y-axis label that is different on the
left and right sides. However the right hand side axis labelling depends on
which panel i'm in .
(I am plotting two curves in one panel, the left y-axis has the scale
6 matches
Mail list logo