Skip to content

Commit

Permalink
revert explicit data load for show_fibmatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 28, 2024
1 parent f9ba944 commit 65077aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/show_fibmatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ 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(tbsegdetail)

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

# check if epchc data
isepchc <- exists("epchc_station", fibdata)

Expand Down

0 comments on commit 65077aa

Please sign in to comment.