From e3bc8728d24ecf99f2369f4147d9ec70130bc882 Mon Sep 17 00:00:00 2001 From: Alexandre Courtiol Date: Tue, 15 Sep 2020 19:04:29 +0200 Subject: [PATCH] Improve fig dependencies --- Documentation/Installation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation.Rmd b/Documentation/Installation.Rmd index e2efca3..a2d87b8 100644 --- a/Documentation/Installation.Rmd +++ b/Documentation/Installation.Rmd @@ -35,7 +35,7 @@ The current _IsoriX_ version indirectly uses `r length(miniCRAN::pkgDep("IsoriX" ```{r mini_CRAN} library(miniCRAN) ## you need to install it beforehand! -set.seed(8L) ## the seed controls the rotation +set.seed(3L) ## the seed controls the rotation plot(makeDepGraph("IsoriX", suggests = FALSE), cex = 0.8, main = "") ```