> -Original Message-
> I'm a bit of a rooky in R and do not know how to change the
> y-axis intervals of a boxplot.
> ...
> I used the following code for producing this boxplot:
> boxplot((fitted(finalfit4) *100) ~
> instabilitydata2$MRI_Diag_Instab_rev, ylim=c(0,100),
> xlab="MRA di
Of Pascal Oettli
> Sent: Friday, March 29, 2013 6:33 AM
> Cc: 'r-help@r-project.org'
> Subject: Re: [R] changing y-axis intervals in a boxplot
>
> Every week, I learn something new with R-help.
>
> Pascal
>
>
> On 29/03/13 20:23, Jim Lemon wrote:
&g
osis", ylab="Predicted probability (%)")
>>> axis(side=2, at="10")
>>> axis(side=2, at="30")
>>> axis(side=2, at="50")
>>> axis(side=2, at="70")
>>> axis(side=2, at="90")
>>>
>>&g
)
axis(side=2, at="50")
axis(side=2, at="70")
axis(side=2, at="90")
Kind regards,
Tobias
-----Oorspronkelijk bericht-----
Van: Pascal Oettli [mailto:kri...@ymail.com]
Verzonden: vrijdag 29 maart 2013 8:44
Aan: Berg, Tobias van den
CC: 'r-help@r-project.org'
Onderwer
(%)")
axis(side=2, at="10")
axis(side=2, at="30")
axis(side=2, at="50")
axis(side=2, at="70")
axis(side=2, at="90")
Kind regards,
Tobias
-Oorspronkelijk bericht-
Van: Pascal Oettli [mailto:kri...@ymail.com]
Verzonden: vrijdag 29 m
regards,
Tobias
-----Oorspronkelijk bericht-----
Van: Pascal Oettli [mailto:kri...@ymail.com]
Verzonden: vrijdag 29 maart 2013 8:44
Aan: Berg, Tobias van den
CC: 'r-help@r-project.org'
Onderwerp: Re: [R] changing y-axis intervals in a boxplot
Hello,
?par (particularly the 'yaxt
70")
axis(side=2, at="90")
Kind regards,
Tobias
-Oorspronkelijk bericht-
Van: Pascal Oettli [mailto:kri...@ymail.com]
Verzonden: vrijdag 29 maart 2013 8:44
Aan: Berg, Tobias van den
CC: 'r-help@r-project.org'
Onderwerp: Re: [R] changing y-axis intervals in a box
ias
-Oorspronkelijk bericht-
Van: Pascal Oettli [mailto:kri...@ymail.com]
Verzonden: vrijdag 29 maart 2013 8:44
Aan: Berg, Tobias van den
CC: 'r-help@r-project.org'
Onderwerp: Re: [R] changing y-axis intervals in a boxplot
Hello,
?par (particularly the 'yaxt' argumen
Hello,
?par (particularly the 'yaxt' argument)
?axis ('side' and 'at' arguments)
Hope this help,
Pascal
On 29/03/13 16:37, Berg, Tobias van den wrote:
Dear R-users,
I'm a bit of a rooky in R and do not know how to change the y-axis intervals of
a boxplot.
The y-axis in my boxplot ranges f
Dear R-users,
I'm a bit of a rooky in R and do not know how to change the y-axis intervals of
a boxplot.
The y-axis in my boxplot ranges from 0 to 100 which is fine. The problem is the
interval level in between. Now it increases with steps of 20 but I'd like to
have it changed by steps of 5.
10 matches
Mail list logo