[R] identify label format problem

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jun 13 09:40:43 CEST 2005


On Mon, 13 Jun 2005, John Wilkinson (pipex) wrote:

> 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 ?

This is one of the longest-standing reported bugs in R:

http://r-bugs.biostat.ku.dk/cgi-bin/R/Graphics?id=660;user=guest

Since it has been reported for nearly five years, I would not expect a fix 
anytime soon.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list