Skip to content

Commit

Permalink
Merge pull request #262 from guspan-tanadi/graph
Browse files Browse the repository at this point in the history
docs: displaying intended graph
  • Loading branch information
DominiqueMakowski authored Aug 23, 2024
2 parents aacd7e7 + 429d039 commit ed23be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/estimate_response.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ gganimate::animate(p)
# anim_save("gganimate_figure.gif", gganimate::animate(p, width = 800, height = 500, type = "cairo"))
if (knitr::is_html_output()) {
knitr::include_graphics("https://github.com/easystats/estimate/raw/master/man/figures/gganimate_figure.gif")
knitr::include_graphics("https://github.com/easystats/estimate/raw/main/man/figures/gganimate_figure.gif")
} else {
iris %>%
ggplot(aes(x = Sepal.Length)) +
Expand Down
2 changes: 1 addition & 1 deletion vignettes/modelisation_approach.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linear models"* (aka, linear regressions). And thus, one can only wonder why
these different tests have not been yet replaced by a unified model.

```{r echo=FALSE, fig.align='center', out.width="50%"}
knitr::include_graphics("https://github.com/easystats/easystats/blob/master/hextools/modelbased/allregressions.png")
knitr::include_graphics("https://github.com/easystats/easystats/raw/main/hextools/modelbased/allregressions.png")
```

The tests mentioned above have major advantages. For instance, they are very easy to
Expand Down

0 comments on commit ed23be8

Please sign in to comment.