Skip to content

Commit

Permalink
added ggpubr to DESCRIPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Apr 9, 2024
1 parent 381c1c7 commit 0e70d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Imports:
tidyr,
magrittr,
reshape2,
gtable
gtable,
ggpubr
Remotes:
Atlantis-Ecosystem-Model/atlantistools,
r4atlantis/atlantisom
4 changes: 2 additions & 2 deletions R/make_atlantis_diagnostic_figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ print("length age")
dplyr::mutate(decade = floor(time/10)*10)

weight.lim = weight %>%
group_by(species,agecl)%>%
summarise(weight.min = min(meanWeight)/1000,
dplyr::group_by(species,agecl)%>%
dplyr::summarise(weight.min = min(meanWeight)/1000,
weight.max = max(meanWeight)/1000)

ages = sort(unique(weight.decade$agecl))
Expand Down

0 comments on commit 0e70d21

Please sign in to comment.