ggplotgui
ggplotgui copied to clipboard
ggplotgui
There is a problem on ggplotgui startup, an error with DataTable does not load data. "DataTables warning: DataTables_Table_0 - requested unknown parameter '4' for row 0.
I LOVE this web app and have started using it to help teach ggplot to four labs of 11-13 students each. I'm running into a pair of issues that is...
added download for all plots and functionality to reformat data from wide format to long format. Also added info on wide vs. long format data
Changing delimiter for uploaded CSV files has no effect. This is due to a bug in the code: the block if (input$file_type == "text") { data
* To provide the user with an option to control the order of factor levels a new function `data_preprocessing` is introduced. * Output image format is made adjustable.
Not sure what the root of the problem is, but it's impossible to submit any file on https://site.shinyserver.dck.gmw.rug.nl/ggplotgui/: file upload goes smoothly, but upon hitting the "Submit datafile" button the...
Wouldn't it make more sense to use `fill` instead of `colour` in `Boxplot` and `Violin` plots? With colour (now):  With fill (proposed): 
```r sessionInfo( + ) R version 3.4.1 (2017-06-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 [3] LC_MONETARY=Hebrew_Israel.1255...
Hi is there some possibility to subset the data (eg by selecting specific groups in one or more variables) through the application? I think it would facilitate the useres a...