Skip to content

Commit 86954bc

Browse files
committed
review figuren 3.2.2 en verwijder mcnemar tabel
1 parent 2d64f4c commit 86954bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/bookdown/_template_habitats.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ for (habt in habs) {
313313
ymin = aandeel_gunstig_llci/100,
314314
ymax = aandeel_gunstig_ulci/100,
315315
colour = beoordeling)) +
316-
geom_point(linewidth = 4, alpha = 0.8) +
316+
geom_point(alpha = 0.8, size = 4) +
317317
geom_errorbar(width = 0.3, alpha = 0.8, linewidth = 1) +
318318
facet_grid(criterium ~ habitattype,
319319
scales = "free_y", space = "free") +
@@ -418,7 +418,7 @@ lsvi_habitat_trend %>%
418418

419419
#### Trend habitatkwaliteit - verschuivingen tussen categorieën
420420

421-
```{r {{id}}-specifiekestructuren-lsvi-mc-nemar-tbl, eval = (this_hab != "rots")}
421+
```{r {{id}}-specifiekestructuren-lsvi-mc-nemar-tbl, eval = FALSE}
422422
trend_local %>%
423423
dplyr::filter(hab == this_hab) %>%
424424
dplyr::select(habitattype, mcnemar_p_value, effect) %>%

0 commit comments

Comments
 (0)