Skip to content

Commit ba7be5e

Browse files
committed
minor changes
1 parent acf2e57 commit ba7be5e

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
@@ -136,7 +136,7 @@ Par défaut, l'argument `position =` a pour valeur `stack`. Les chercheurs réal
136136
a <- chart(e_mathaei, formula = ~ site %fill=% variety) +
137137
geom_bar(position = "dodge")
138138
# position = "fill"
139-
b <- chart(e_mathaei, formula = ~ ~ site %fill=% variety) +
139+
b <- chart(e_mathaei, formula = ~ site %fill=% variety) +
140140
geom_bar(position = "fill")
141141
# Combinaison des deux graphiques
142142
combine_charts(list(a, b), common.legend = TRUE)

0 commit comments

Comments
 (0)