From b593a3d488e87e7b7c723299eda773a59ad3aa1b Mon Sep 17 00:00:00 2001 From: Ian Lyttle Date: Fri, 5 May 2017 06:29:03 -0500 Subject: [PATCH] update function-documentation adjusts documentation so description conforms to argument ("middle" -> "center") --- R/RcppRoll.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/RcppRoll.R b/R/RcppRoll.R index ee19963..940940b 100644 --- a/R/RcppRoll.R +++ b/R/RcppRoll.R @@ -18,9 +18,9 @@ #' element within a window. If \code{NULL}, we take unit weights of width \code{n}. #' @param by Calculate at every \code{by}-th point rather than every point. #' @param fill Either an empty vector (no fill), or a vector (recycled to) -#' length 3 giving left, middle and right fills. +#' length 3 giving left, center and right fills. #' @param partial Partial application? Currently unimplemented. -#' @param align Align windows on the \code{"left"}, \code{"middle"} or +#' @param align Align windows on the \code{"left"}, \code{"center"} or #' \code{"right"}. #' @param normalize Normalize window weights, such that they sum to \code{n}. #' @param na.rm Remove missing values?