Re: [Rd] CRAN and ggplot2 geom and stat extensions

2014-12-23 Thread Gabor Grothendieck
On Tue, Dec 23, 2014 at 11:21 AM, Ista Zahn wrote: > On Tue, Dec 23, 2014 at 10:34 AM, Frank Harrell > wrote: >> I am thinking about adding several geom and stat extensions to ggplot2 >> in the Hmisc package. To do this requires using non-exported ggplot2 >> functions as discussed in >> http://s

Re: [Rd] CRAN and ggplot2 geom and stat extensions

2014-12-23 Thread Ista Zahn
On Tue, Dec 23, 2014 at 10:34 AM, Frank Harrell wrote: > I am thinking about adding several geom and stat extensions to ggplot2 > in the Hmisc package. To do this requires using non-exported ggplot2 > functions as discussed in > http://stackoverflow.com/questions/18108406/creating-a-custom-stat-o

[Rd] CRAN and ggplot2 geom and stat extensions

2014-12-23 Thread Frank Harrell
I am thinking about adding several geom and stat extensions to ggplot2 in the Hmisc package. To do this requires using non-exported ggplot2 functions as discussed in http://stackoverflow.com/questions/18108406/creating-a-custom-stat-object-in-ggplot2 If I use the needed ggplot2::: notation the