From 562a738675dbd481cb9888df40bfad2e064402a3 Mon Sep 17 00:00:00 2001 From: Ceres Barros Date: Sat, 27 Jul 2024 00:08:46 -0700 Subject: [PATCH] missing doc for arg [skip-ci] --- R/plot_timeSeries.R | 1 + man/colSelect.Rd | 2 ++ man/plot.ensemble.Rd | 2 ++ 3 files changed, 5 insertions(+) diff --git a/R/plot_timeSeries.R b/R/plot_timeSeries.R index 528cc75..f8cbc9e 100644 --- a/R/plot_timeSeries.R +++ b/R/plot_timeSeries.R @@ -335,6 +335,7 @@ plot_timeSeries <- function( #' @param scenarios TODO #' @param gcm TODO #' @param pal.scenario TODO +#' @param pal.gcms TODO #' @param element TODO #' @param element1 TODO #' @param element2 TODO diff --git a/man/colSelect.Rd b/man/colSelect.Rd index e492f7a..a61abbb 100644 --- a/man/colSelect.Rd +++ b/man/colSelect.Rd @@ -17,6 +17,8 @@ colSelect(scenario, gcm, pal.scenario, scenarios, pal, pal.gcms) \item{pal}{character. color palette. Options are "scenario", for use when comparing scenarios, and "gcms", for use when comparing GCMs.} + +\item{pal.gcms}{TODO} } \description{ function for specifying the color diff --git a/man/plot.ensemble.Rd b/man/plot.ensemble.Rd index 252e898..132dab1 100644 --- a/man/plot.ensemble.Rd +++ b/man/plot.ensemble.Rd @@ -49,6 +49,8 @@ and "gcms", for use when comparing GCMs.} \item{pal.scenario}{TODO} +\item{pal.gcms}{TODO} + \item{refline}{logical. Plot the 1961-1990 reference period mean for the selected var and extend this line to the year 2100 as a visual reference.}