diff --git a/R/plot_chl_pp.R b/R/plot_chl_pp.R index 353ac36a..efb4b2cf 100644 --- a/R/plot_chl_pp.R +++ b/R/plot_chl_pp.R @@ -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)