Skip to content

Commit

Permalink
Minor fix in adaptation level example.
Browse files Browse the repository at this point in the history
  • Loading branch information
demsarjure committed May 5, 2020
1 parent f90eff9 commit 67a5371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/adaptation_level.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ The fact that the slope for the first group is very likely to be negative (the w
```{r, message=FALSE, warning=FALSE}
plot_distributions(fit1, fit2) +
labs(title="Part II", x="measurement number", y="") +
theme(legend.position=) +
theme(legend.position="none") +
scale_x_continuous(limits=c(1, 10), breaks=seq(1:10)) +
ylim(0, 10)
Expand Down

0 comments on commit 67a5371

Please sign in to comment.