From f9ba944f9438a3d62a660d077bbf235a86c7a00c Mon Sep 17 00:00:00 2001 From: fawda123 Date: Sat, 28 Sep 2024 11:11:53 -0400 Subject: [PATCH] fix typo --- R/show_fibmatmap.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/show_fibmatmap.R b/R/show_fibmatmap.R index 355903b1..7bb1628e 100644 --- a/R/show_fibmatmap.R +++ b/R/show_fibmatmap.R @@ -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)