Skip to content

Commit 5fbfc2f

Browse files
committed
minor changes
1 parent ba7be5e commit 5fbfc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tutorials/A04La_barres/A04La_barres.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ combine_charts(list(a, b), common.legend = TRUE)
184184
a <- chart(e_mathaei, formula = ~ site %fill=% variety) +
185185
geom_bar(position = "dodge")
186186
# position = "fill"
187-
b <- chart(e_mathaei, formula = ~ ~ site %fill=% variety) +
187+
b <- chart(e_mathaei, formula = ~ site %fill=% variety) +
188188
geom_bar(position = "fill")
189189
# Combinaison des deux graphiques
190190
combine_charts(list(a, b), common.legend = TRUE)

0 commit comments

Comments
 (0)