Skip to content
Prev 24019 / 63424 Next

Functions that write functions in R packages

I'm trying to make wrappers to proto functions (eg. GeomPoint$new())
so that user don't notice that they're using a proto function (ie. use
geom_point()) instead.  I'm hoping I can wrap proto up sufficiently
that only developers need to worry that ggplot uses a completely
different oo system.

Hadley
On 2/23/07, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: