Duncan Murdoch <[EMAIL PROTECTED]> writes:
> Are you fixing rect?
Done now (-patched and -devel).
--=20
O__ Peter Dalgaard =C3=98ster Farimagsgade 5, Entr.B
c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
(*) \(*) -- University of Copenhagen Denmark
: [Rd] bug in rect (PR#9307)
On 10/19/2006 7:22 PM, Peter Dalgaard wrote:
> Duncan Murdoch <[EMAIL PROTECTED]> writes:
>
>> On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote:
>>> Full_Name: Joe Voelkel
>>> Version: 2.4.0
>>> OS: Windows XP
>>> Submi
On 10/19/2006 7:22 PM, Peter Dalgaard wrote:
> Duncan Murdoch <[EMAIL PROTECTED]> writes:
>
>> On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote:
>>> Full_Name: Joe Voelkel
>>> Version: 2.4.0
>>> OS: Windows XP
>>> Submission from: (NULL) (129.21.11.37)
>>>
>>>
>>> Using "border=NA" in the call to re
Duncan Murdoch <[EMAIL PROTECTED]> writes:
> On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote:
> > Full_Name: Joe Voelkel
> > Version: 2.4.0
> > OS: Windows XP
> > Submission from: (NULL) (129.21.11.37)
> >
> >
> > Using "border=NA" in the call to rect generates an error. But the help file
> > sa
On 10/19/2006 5:34 PM, [EMAIL PROTECTED] wrote:
> Full_Name: Joe Voelkel
> Version: 2.4.0
> OS: Windows XP
> Submission from: (NULL) (129.21.11.37)
>
>
> Using "border=NA" in the call to rect generates an error. But the help file
> says
> border=NA is acceptable.
>
> (The problem is that borde
Full_Name: Joe Voelkel
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (129.21.11.37)
Using "border=NA" in the call to rect generates an error. But the help file says
border=NA is acceptable.
(The problem is that border=NA evaluates to TRUE for "is.logical(border)" inside
the function. Us