Skip to content

Commit 330fe7d

Browse files
committed
correct previous commit
1 parent f11140c commit 330fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/bookdown/_template_habitats.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ habs <- status_indicatoren %>%
309309
for (habt in habs) {
310310
d <- status_indicatoren %>%
311311
filter(habitattype == habt) %>%
312-
filter(type_resultaat %in% c("Habitattype")) %>%
312+
filter(type_resultaat %in% c("Habitattype"))
313313
plot_ht <- d %>% ggplot(aes(x = indicator,
314314
y = aandeel_gunstig/100,
315315
shape = belang,

0 commit comments

Comments
 (0)