diff --git a/R/show_fibmatmap.R b/R/show_fibmatmap.R index 7bb1628e..cf80bb95 100644 --- a/R/show_fibmatmap.R +++ b/R/show_fibmatmap.R @@ -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)