bearloga / tinydensR

A set of RStudio add-ins for playing with distribution parameters and visualizing the resulting probability density and mass functions.
21 stars 1 forks source link

Have graphs created by ggplot2 #1

Open Stan125 opened 8 years ago

bearloga commented 7 years ago

Oops, I don't know why I didn't see this issue before! (GH notifications are so weird sometimes.)

What would be the benefit of visualizing via ggplot2? (Mind you I'm coming at this as someone who uses ggplot2 all the time in every project.) I think it would add unnecessary processing overhead and base makes visualizing probability densities super easy and simple via the curve function.