On Mon, 2004-08-02 at 10:09, Marc Schwartz wrote:

<snip>

> Thus, in the case of:
> 
> identical(4, 4:4)
> 
> the first 4 is of type double, while the 4:4 is of type single. Thus the
> result is FALSE.

<snip>

Correction. The above sentence should read:

the first 4 is of type double, while the 4:4 is of type **INTEGER**.
Thus the result is FALSE.

Sorry about that.  Need more coffee....

Marc

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

Reply via email to