Here users can simply upload any csv or txt file and create several plots:
Error bars in barcharts are computed with the mean_se function in ggplot2, which computes error bars as mean ± standard error. When the color option is set, barcharts are plotted one next to the other for each color (option dodging).
For scatterplots, if the option for faceting is provided each plot will include a linear regression lines.
Some examples are below:
For the time being there is no option for saving plots, apart from saving the image from the screen. However, I would like to implement an option to have plots in tiff at 300dpi, but all the code I tried so far did not work. I will keep trying.
The app can be accessed here: https://fveronesi.shinyapps.io/DataViz/
The R code is available here: https://github.com/fveronesi/Shiny_DataViz