On Mon, 10 Sep 2007, Sigbert Klinke wrote:

> Hi,
>
> > sapply(formals("readBin"), mode)
>      con      what         n      size    signed    endian
>   "name"    "name" "numeric" "logical" "logical"    "call"
>
> returns for the mode of size logical. But in the documentation is said
> that size should be integer. Does anyone know why the mode is logical?
>

Because NA is a logical constant.

        -thomas

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to