There's a worked example of using axis() at the bottom of ?plot.default
On Apr 20, 2010, at 4:48 PM, Ivan Calandra wrote:
Hi,
Take a look at ?par and especially the xaxp argument.
I'm not quite sure, but if it's not this one, it's probably another
one
in par()
HTH,
Ivan
Le 20-Apr-10 21:21, poliveira a écrit :
Hi all,
I'm a newbie with R and with a very basic question.
Can I define the minor unit for ylim? For example, I have a y scale
ranging
from 1 to 14, jumping automatically every 2 units, but I want it to
jump 1
unit at a time...is it possible? I tried something like
boxplot(bla[,1], xlim=c(1,15,1)
and it didn't obbey...
:( any suggestion??
Cheers from Portugal!
Patrà cia
David Winsemius, MD
West Hartford, CT
______________________________________________
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.