tavareshugo/windowscanr: Apply functions using sliding windows

windowscanr is a simple package with one main function: `winScan()`. This function allows one to calculate any statistics across a sliding window. It works on data.frame objects, and supports both "rolling" windows (simply based on the rows of the table) or "position" windows (based on a variable of positions given by the user). It can apply any valid functions given by the user and calculate windows based on grouping variables.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("tavareshugo/windowscanr")
tavareshugo/windowscanr documentation built on May 31, 2019, 3:57 a.m.