diff --git a/data-raw/R/GBRpath_biomass_accumulation.R b/data-raw/R/GBRpath_biomass_accumulation.R index 402882b..5810753 100644 --- a/data-raw/R/GBRpath_biomass_accumulation.R +++ b/data-raw/R/GBRpath_biomass_accumulation.R @@ -66,7 +66,7 @@ ba.plot <- ggplot(data = bio.index[RPATH %in% unique(BA.sig[, RPATH]), ], plot(ba.plot) #Using groups with both short-term and long-term declines -BA.rpath <- c('Cod', 'Goosefish', 'RedHake', 'YTFlounder') +BA.rpath <- c('Cod', 'Goosefish', 'RedHake', 'YTFlounder', 'AmLobster') BA.input <- BA.all[RPATH %in% BA.rpath & timecat == '68 - 19', list(RPATH, BA)] diff --git a/data/BA.input.rda b/data/BA.input.rda index cd01f3f..f9ad4fb 100644 Binary files a/data/BA.input.rda and b/data/BA.input.rda differ