Re: [R] Adding text to both grid and base graphs

2009-03-10 Thread Rik Schoemaker
Dear Dieter, The perfect solution; works a charm! Thanks! Rik -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Dieter Menne Sent: 09 March 2009 18:06 To: r-h...@stat.math.ethz.ch Subject: Re: [R] Adding text to both grid and base

Re: [R] Adding text to both grid and base graphs

2009-03-09 Thread Dieter Menne
Rik Schoemaker zonnet.nl> writes: > Unfortunately that doesn't help because it requires you to know beforehand > what sort of graph you're generating. I want to be able to generate a graph > (irrespective of the type) and then use a common process to label them so I > don't have to think about wh

Re: [R] Adding text to both grid and base graphs

2009-03-09 Thread Rik Schoemaker
rated the graph to start with... Cheers, Rik -Original Message- From: richard.cot...@hsl.gov.uk [mailto:richard.cot...@hsl.gov.uk] Sent: 09 March 2009 16:45 To: Rik Schoemaker Cc: r-help@r-project.org; r-help-boun...@r-project.org Subject: Re: [R] Adding text to both grid and base graph

Re: [R] Adding text to both grid and base graphs

2009-03-09 Thread Richard . Cotton
> I generate graphs using both the grid system (with lattice) and the base > system. I'd like to be able to identify these graphs later on with a bit of > identifying text (e.g. a date and some comments). Adding text to these > graphs cannot be done using a common system if you want to save them a

[R] Adding text to both grid and base graphs

2009-03-09 Thread Rik Schoemaker
Dear all, I'm stuck with the following problem: I generate graphs using both the grid system (with lattice) and the base system. I'd like to be able to identify these graphs later on with a bit of identifying text (e.g. a date and some comments). Adding text to these graphs cannot be done using