R/RcppRoll-package.R

#' RcppRoll
#'
#' This package implements a number of 'roll'-ing functions for \R
#' vectors and matrices.
#'
#' Currently, the exported functions are:
#'  \itemize{
#'  \item{\code{\link{roll_max}}}
#'  \item{\code{\link{roll_mean}}}
#'  \item{\code{\link{roll_median}}}
#'  \item{\code{\link{roll_min}}}
#'  \item{\code{\link{roll_prod}}}
#'  \item{\code{\link{roll_sd}}}
#'  \item{\code{\link{roll_sum}}}
#'  \item{\code{\link{roll_var}}}
#'  }
#'
#' @name RcppRoll
#' @docType package
#' @useDynLib RcppRoll, .registration = TRUE
#' @importFrom Rcpp evalCpp
NULL

Try the RcppRoll package in your browser

Any scripts or data that you put into this service are public.

RcppRoll documentation built on May 2, 2019, 3:40 p.m.