Skip to content

Commit

Permalink
checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Melsteroni committed Dec 3, 2024
1 parent 306a4c6 commit f86c06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impact/impacts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ pivot_longer(
names_to = "file_name",
values_to = "value"
) %>%
mutate(value = round(value/2, 2)) %>%
mutate(value = round(value/4, 2)) %>%
left_join(habitats) %>%
left_join(pressures) %>%
select(pressure = plot_name_pressure, habitat=plot_name_habitat, value) %>%
Expand Down

0 comments on commit f86c06a

Please sign in to comment.