nicholasehamilton / ggtern

Extension to ggplot2 for plotting ternary diagrams
www.ggtern.com
55 stars 14 forks source link

Developing new stats and geoms #40

Closed benjaminleroy closed 4 years ago

benjaminleroy commented 4 years ago

For people trying to develop new stats and geoms- is there any way to override the stripping of unapproved layers?

OR would you recommend just cloning this repository and removing the requirement line in ggtern-build.R (line 32: plot$layers <- strip_unapproved(plot$layers))?

Thanks