Skip to content

Commit

Permalink
sort iTRAQI index on controls
Browse files Browse the repository at this point in the history
  • Loading branch information
RWParsons committed Jun 6, 2024
1 parent f91cdc6 commit dc0d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/logic/scales_and_palettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ pal_hours <- function(x) withr$with_package("dplyr", palette_list$palNum_hours(x
pal_index <- palette_list$paliTRAQI

#' @export
iTRAQI_levels <- palette_list$bins_index
iTRAQI_levels <- levels(palette_list$bins_index)

0 comments on commit dc0d8d7

Please sign in to comment.