Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 28, 2024
1 parent ad18a47 commit f9ba944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/show_fibmatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ show_fibmatmap <- function(fibdata, yrsel, areasel, indic, threshold = NULL,
cols <- c('#2DC938', '#E9C318', '#EE7600', '#CC3231', '#800080')
names(cols) <- c('A', 'B', 'C', 'D', 'E')

data(tbesegdetail)
data(tbsegdetail)

if(is.null(precipdata))
data(precipdata)
Expand Down

0 comments on commit f9ba944

Please sign in to comment.