From 3a55dbec94a231c02a4131fb7173b0302be63957 Mon Sep 17 00:00:00 2001 From: aho Date: Tue, 3 Sep 2019 18:33:04 +0200 Subject: [PATCH] Correct Trend() documention --- R/Trend.R | 4 ---- man/Trend.Rd | 4 ---- 2 files changed, 8 deletions(-) diff --git a/R/Trend.R b/R/Trend.R index e66e135a..98a71bf3 100644 --- a/R/Trend.R +++ b/R/Trend.R @@ -39,10 +39,6 @@ #' (only present if conf = TRUE), the slope, the upper limit of the confidence #' interval (only present if conf = TRUE), and the intercept. #'} -#'\item{$conf.int}{ -#' Corresponding to the limits of the \code{siglev}\% confidence interval -#' (only present if \code{conf = TRUE}) for the slope coefficient. -#'} #'\item{$detrended}{ #' Same dimensions as var with linearly detrended var along the posTR #' dimension. diff --git a/man/Trend.Rd b/man/Trend.Rd index b8b1e5a2..4326a1e3 100644 --- a/man/Trend.Rd +++ b/man/Trend.Rd @@ -52,10 +52,6 @@ trend.} (only present if conf = TRUE), the slope, the upper limit of the confidence interval (only present if conf = TRUE), and the intercept. } -\item{$conf.int}{ - Corresponding to the limits of the \code{siglev}\% confidence interval - (only present if \code{conf = TRUE}) for the slope coefficient. -} \item{$detrended}{ Same dimensions as var with linearly detrended var along the posTR dimension. -- GitLab