Skip to content
Snippets Groups Projects
Commit 82a780b2 authored by Etienne Rifa's avatar Etienne Rifa
Browse files

adjust pngs output names

parent a4531a9d
No related branches found
No related tags found
No related merge requests found
Pipeline #215649 passed
This diff is collapsed.
......@@ -537,7 +537,7 @@ mod_plots_isot_server <- function(id, r = r, session = session){
withProgress({
for(i in 1:length(FEAT)){
incProgress(1/length(FEAT))
ggsave(glue::glue("{tmpdir}/figures_{systim}/HistPlot_{FEAT[i]}.png"), listP[[FEAT[i]]], width = 30, height = 15, units = "cm")
ggsave(glue::glue("{tmpdir}/figures_{systim}/{FEAT[i]}.png"), listP[[FEAT[i]]], width = 30, height = 15, units = "cm")
}
}, value = 0, message = "Generating PNGs...")
......
......@@ -9,10 +9,10 @@
A shiny app allowing users to generate advanced interactive graphics and statistical tests.
Online instance here: https://graphstatsr.sk8.inrae.fr/
## Prerequisites
R4.3.3 or upper is required (https://pbil.univ-lyon1.fr/CRAN/bin/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment