Displaying 2 results from an estimated 2 matches for "typetable".
Did you mean:
type_table
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any
experience with the version in ipsec-tools ?
---Mike
>Racoon users,
>
>This is the announcement that the kame project will quit providing
>a key management daemon, the racoon, and that "ipsec-tools" will become
>the formal team to release the racoon.
>The final release of the racoon in the
2009 Mar 15
2
builtin vs. closure
Dear R Gurus:
I'm working slowly through "R Programming for Bioinformatics", which
is really interesting!
Anyway, my question now is: what determines if a function is a
builtin vs. a closure, please?
For instance:
> typeof(sqrt)
[1] "builtin"
> typeof(mean)
[1] "closure"
>
Thanks,
Edna Bell