[R] identify label format problem
John Wilkinson (pipex)
wilks at dial.pipex.com
Mon Jun 13 09:30:38 CEST 2005
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
More information about the R-help
mailing list