Skip to content

Commit

Permalink
Undo wrong edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel authored Jun 1, 2024
1 parent caf872c commit 01afcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ df <- tibble(
df |> mutate(
a = (a - min(a, na.rm = TRUE)) /
(max(a, na.rm = TRUE) - min(a, na.rm = TRUE)),
b = (b - min(b, na.rm = TRUE)) /
b = (b - min(a, na.rm = TRUE)) /
(max(b, na.rm = TRUE) - min(b, na.rm = TRUE)),
c = (c - min(c, na.rm = TRUE)) /
(max(c, na.rm = TRUE) - min(c, na.rm = TRUE)),
Expand Down

0 comments on commit 01afcfb

Please sign in to comment.