@AJF, you should be able to do y = fct_rev(as_factor(y))
within the ggplot call, so ggplot will convert y without having to mutate it beforehand.
@AJF, you should be able to do y = fct_rev(as_factor(y))
within the ggplot call, so ggplot will convert y without having to mutate it beforehand.