File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ for (habt in habs) {
313
313
ymin = aandeel_gunstig_llci/100,
314
314
ymax = aandeel_gunstig_ulci/100,
315
315
colour = beoordeling)) +
316
- geom_point(linewidth = 4, alpha = 0.8 ) +
316
+ geom_point(alpha = 0.8, size = 4 ) +
317
317
geom_errorbar(width = 0.3, alpha = 0.8, linewidth = 1) +
318
318
facet_grid(criterium ~ habitattype,
319
319
scales = "free_y", space = "free") +
@@ -418,7 +418,7 @@ lsvi_habitat_trend %>%
418
418
419
419
#### Trend habitatkwaliteit - verschuivingen tussen categorieën
420
420
421
- ``` {r {{id}}-specifiekestructuren-lsvi-mc-nemar-tbl, eval = (this_hab != "rots") }
421
+ ``` {r {{id}}-specifiekestructuren-lsvi-mc-nemar-tbl, eval = FALSE }
422
422
trend_local %>%
423
423
dplyr::filter(hab == this_hab) %>%
424
424
dplyr::select(habitattype, mcnemar_p_value, effect) %>%
You can’t perform that action at this time.
0 commit comments