Re: [R] printfing, pasting,writing variables

2008-06-18 Thread Jorge Ivan Velez
Dear Felipe, Is something like this what you are looking for? z=1 plot(rnorm(100),main=paste("The variable is ",z,sep="")) z=5 plot(rnorm(100),main=paste("The variable is ",z,sep="")) HTH, Jorge On Wed, Jun 18, 2008 at 11:30 PM, Felipe <[EMAIL PROTECTED]> wrote: > how can i write in a txt o

[R] printfing, pasting,writing variables

2008-06-18 Thread Felipe
how can i write in a txt or put in a title of a plot or boxplot or something a variable like let's say z=1 and i want my title or a write like this "the variable is 1" if z change the 1 above change understand?? do anyone know?? tks [[alternative HTML version deleted]] __