Skip to content

Commit d521d0b

Browse files
author
mahdis-z
committed
fix ci
1 parent dcedfde commit d521d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggplot2/2016-11-29-geom_abline.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mean1 <- mean(dat[dat$cond == "control", "xval"])
180180
mean2 <- mean(dat[dat$cond == "treatment", "xval"])
181181
182182
# Add colored lines for the mean xval of each group
183-
fig <- fig
183+
fig <- fig +
184184
geom_vline(aes(xintercept=mean1), colour="green") +
185185
geom_vline(aes(xintercept=mean2), colour="lightblue")
186186

0 commit comments

Comments
 (0)