Hi ,

I am attempting to format the 'identify' function labels.
I can format the colour but the 'cex' parameter appears not to work
for me.

example--

> x<-1:5
> y<-1:5
> plot(x,y)
> identify(x,y,cex=0.5,col=2)
[1] 3

The label is coloured red but the 'cex=0.5' does not reduce 
the label size. Why not,, am I doing it wrong ?


> 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 for any help,

John

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to