Full_Name: Joe Voelkel
Version: R 2.2.0
OS: Windows
Submission from: (NULL) (67.139.200.41)
In ?plot.window, the example includes the argument
names(eurodist)
in the text function. The argument should be
attr(eurodist,"Labels")
__
R-devel@r-pro
Please do not report on obselete versions of R. (See the section on Bugs
in the FAQ, which specifically asks you not to.)
R 2.2.1 and later use the correct labels(eurodist)
On Fri, 27 Jan 2006 [EMAIL PROTECTED] wrote:
> Full_Name: Joe Voelkel
> Version: R 2.2.0
> OS: Windows
> Submission from:
[Moved to a more appropriate list.]
This is a problem with your f2c. R-2.2.1 (of which you used a beta from
more than a month ago) has been compiled using f2c, and I just checked
that my f2c (compiled from the current netlib sources) does not produce
anything like that or near on line 296.
Wh