Re: [R] set axis limit in lattice

2014-05-12 Thread Duncan Mackay
s go now Duncan -Original Message- From: Luigi Marongiu [mailto:marongiu.lu...@gmail.com] Sent: Tuesday, 13 May 2014 02:28 To: Duncan Mackay Subject: Re: [R] set axis limit in lattice Dear Duncan, I believed I have isolated the error in my script: is not actually the script to be wrong

Re: [R] set axis limit in lattice

2014-05-08 Thread Duncan Mackay
Marongiu [mailto:marongiu.lu...@gmail.com] Sent: Wednesday, 7 May 2014 22:37 To: Duncan Mackay Subject: Re: [R] set axis limit in lattice Dear Duncan, thank you for the reply. I have fixed the axis, bu still I don't understand why i cannot draw the segments on my real data whereas i could on the ex

Re: [R] set axis limit in lattice

2014-04-30 Thread Duncan Mackay
: [R] set axis limit in lattice Dear Duncan, these solutions are actually splitting the drawing in different panels and the scale=free is giving different limits to each panel. I still need the relation=same but just to input myself the fixed limits of the axis. It should go into the scale argument

Re: [R] set axis limit in lattice

2014-04-29 Thread Duncan Mackay
y= list(relation = "free")), jitter.data=TRUE, pch=c(16,1), col="black", ylab=expression(bold("Copy")), xlab=expression(bold("Stimulation")), main="Plot", par.settings = list(strip.background=list(col="w

[R] set axis limit in lattice

2014-04-29 Thread Luigi Marongiu
Dear all, I would like to set the axis of a figure using the max() so to have more control on the limits of the axis -- this because in the actual case more independent figures are generated from the same dataframe and these must have the same axis scale. Since the figure is generated using latti