Skip to content

Commit

Permalink
Update error message for plot_chl_pp
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeltz1 committed Feb 7, 2025
1 parent 6c6f116 commit c9f5aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_chl_pp.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ plot_chl_pp <- function(shadedRegion = NULL,
p <- plot_phyto_size(report = report,
EPU = EPU)
} else {
p <- ""
p <- "Size plots are only available for the weekly scale."
}
}
return(p)
Expand Down

0 comments on commit c9f5aea

Please sign in to comment.