[R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread Ted Harding
Greetings! I would like to be able to specify a fixed (say) lower limit for plotting, while leaving the upper limit floating, when plotting. The context is that the maximum in the data to be plotted is unpredictable, being the consequence of a simulation, whereas I know that it cannot be less than

Re: [R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread William Dunlap
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of ted.hard...@manchester.ac.uk Sent: Tuesday, June 15, 2010 8:49 AM To: r-h...@stat.math.ethz.ch Subject: [R] Unspecified [upper] xlim/ylim? Greetings! I would like

Re: [R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread Ted Harding
On 15-Jun-10 16:01:24, William Dunlap wrote: -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of ted.hard...@manchester.ac.uk Sent: Tuesday, June 15, 2010 8:49 AM To: r-h...@stat.math.ethz.ch Subject: [R] Unspecified [upper

Re: [R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread Marc Schwartz
...@stat.math.ethz.ch Subject: [R] Unspecified [upper] xlim/ylim? Greetings! I would like to be able to specify a fixed (say) lower limit for plotting, while leaving the upper limit floating, when plotting. The context is that the maximum in the data to be plotted is unpredictable, being

Re: [R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread Ted Harding
: Tuesday, June 15, 2010 8:49 AM To: r-h...@stat.math.ethz.ch Subject: [R] Unspecified [upper] xlim/ylim? Greetings! I would like to be able to specify a fixed (say) lower limit for plotting, while leaving the upper limit floating, when plotting. The context is that the maximum in the data

Re: [R] Unspecified [upper] xlim/ylim?

2010-06-15 Thread Felix Andrews
You can use one-sided limits like ylim = c(0, NA), xlim = c(NA, 1) in ggplot2 and lattice = 0.18 (approximately; the version with R 2.11.0 will do it). -Felix On 16 June 2010 01:49, Ted Harding ted.hard...@manchester.ac.uk wrote: Greetings! I would like to be able to specify a fixed (say)