Raw Message
Message-ID: <2d1ebb110903142100h381a619aw43672f196d945d8b@mail.gmail.com> Date: 2009-03-15T04:00:12Z From: Edna Bell Subject: 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