Corrección en el gráfico individual, dónde aparecían agrupados los dos laterales cuando no es exp de vacunación.

This commit is contained in:
Costa
2022-02-24 14:23:39 +01:00
parent add3f573e2
commit ffc930ce5f
+1 -1
View File
@@ -410,7 +410,7 @@ server <- function(input, output) {
labs(x="Days after tumor challenge")+ labs(x="Days after tumor challenge")+
theme_bw() theme_bw()
}else{ }else{
ggplot(table, aes(Timepoint, Volume, color=Group, group=`ID animal`))+ ggplot(table, aes(Timepoint, Volume, color=Group, group=paste0(`ID animal`, `ID tumor`)))+
# geom_errorbar(stat="summary", width=0.05)+ # geom_errorbar(stat="summary", width=0.05)+
geom_line()+ geom_line()+
geom_point()+ geom_point()+