New RStudio add-in package “ggplotAssist" on CRAN

Dear all,

Recently, I have released an R package “ggplotAssist" on CRAN. This is an RStudio add-in for teaching and learning plot generation using ggplot2 package. You can learn each steps of plot generation - aesthetics mapping, select geometries, add scales, apply theme - by clicking your mouse without coding. You can see the resultant plot and see the each steps of plot layer by layer. You get resultant code for ggplot.

To handle functionals in a shiny app, I have included an recursive shiny module ‘textFunction’ in my package.

Please take a look at package vignette:

  1. https://github.com/cardiomoon/ggplotAssist/blob/master/README.md

  2. Recursive shiny module for functionals : https://github.com/cardiomoon/ggplotAssist/blob/master/textFunctionInput.md

Keon-Woong Moon

3 Likes

I think the README.md link is off: here's the working one:

2 Likes

Thank you, mara ! I have updated the link to READ.ME.

1 Like