Skip to content
Snippets Groups Projects
Commit c959f9f2 authored by grandjeanlab's avatar grandjeanlab
Browse files

I thought I did

parent c7d9c150
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ p_tmp<- c(wilcox.test(df$value[df$group == 'Tph2+/+'], df$value[df$group == 'Tph
dabest_hedges <- dabest(df, group, value, idx = c('Tph2+/+','Tph2+/-','Tph2-/-'), paired = FALSE) %>% hedges_g()
#make the plot and save to file
Fig1A<-plot(dabest_hedges, palette = pal)
Fig1A<-plot(dabest_hedges, palette = pal, rawplot.ylabel = "EPM open field [%]")
ggsave('assets/figure/fig_Fig1A.svg', plot = Fig1A, device = 'svg',dpi = 300)
#outputs the file to show in the doc.
......
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