ProjectMOSAIC / ggformula

Provides a formula interface to 'ggplot2' graphics.
Other
39 stars 11 forks source link

query about mosaic::plotFun() support in ggformula #91

Closed nicholasjhorton closed 6 years ago

nicholasjhorton commented 6 years ago

Can you please remind me where things stand in terms of a development plan for plotFun()? Does it make sense to include this in ggformula? (Has that already been done?)

rpruim commented 6 years ago

Currently we have two functions available: gf_function() and gf_fun(). The second is more like plotFun(). The first is more like geom_function(). Both are useful.

@dtkaplan and I will be continuing our conversation about mosaicModel and plotting functions associated with model directly.

rpruim commented 6 years ago

I've added a short section about plotting functions to the vignette.