[R] R-help,

Luis Ridao Cruz Luisr at frs.fo
Thu May 19 11:47:30 CEST 2005


R-help,

I usually call lapply to plot some dat frames structures.Something like
this:

par(mfrow=c(4,3),mar=c(2, 4, 2, 1) + 0.1)
lapply(my.list , function(x)
{
plot(colnames(x) , apply(x,2,mean),  type="o", pch = 16, ylab = "Index"
, xlab = "")
}
)

But it is difficult for me to put a title on every plot according to
the list names.
I guess the re other ways to do it but the structure above is so handy
to me that I want to stick to it.

Any suggestions?


I run on Windows XP machine

> version
         _              
platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status                  
major    2              
minor    1.0            
year     2005           
month    04             
day      18             
language R   


Thanks in advance




More information about the R-help mailing list