Skip to content

Commit

Permalink
fix to color mapping for grades in show_fibmatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 25, 2024
1 parent e092f78 commit a80cd8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/show_fibmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ show_fibmatrix <- function(fibdata, yrrng = NULL,
size = 10, hjust = 0, plotly = FALSE, width = NULL, height = NULL){

cols <- c('#2DC938', '#E9C318', '#EE7600', '#CC3231', '#800080')
names(cols) <- c('A', 'B', 'C', 'D', 'E')

toplo <- anlz_fibmatrix(fibdata, yrrng = yrrng, stas = stas, bay_segment = bay_segment,
indic = indic, threshold = threshold, lagyr = lagyr,
Expand Down

0 comments on commit a80cd8f

Please sign in to comment.