search for: runningmean

Displaying 1 result from an estimated 1 matches for "runningmean".

Did you mean: runningan
2018 Dec 17
1
Function I mean not to export keeps being documented in a manual?
...stats package core function #' @param plt.title.vec vector of function-specific plot titles #' #' @importFrom grDevices rgb #' @importFrom graphics abline lines par plot points polygon title #' #' @return \code{NULL} #' #' @examples #' \dontrun{ #' func <- RunningMean #' vec <- c("black: x\nred: W-width running window", #' "RunningMean(x, W)", #' "RunningMean(x, W, circular = TRUE)") #' plot.no.pattern(func, vec) #' } #' #' plot.no.pattern <- function(func, plt.title.vec){ ... } B...